• igor@rurik.mysql.com's avatar
    Fixed bug #16603. · 75b6930d
    igor@rurik.mysql.com authored
    A subquery transformation changes the HAVING clause of the embedding query if the subquery contains
    a GROUP BY clause. Yet the split_sum_func2 function was not applied to the modified HAVING clause.
    This could result in wrong answers.
    75b6930d
subselect.test 83.7 KB