• igor@rurik.mysql.com's avatar
    Fixed bug #22085: Crash on the execution of a prepared · dd3b8e4f
    igor@rurik.mysql.com authored
    statement that uses an aggregating IN subquery with 
    HAVING clause.
    A wrong order of the call of split_sum_func2 for the HAVING
    clause of the subquery and the transformation for the 
    subquery resulted in the creation of a andor structure
    that could not be restored at an execution of the prepared
    statement.
    dd3b8e4f
ps.test 28.2 KB