• Igor Babaev's avatar
    Fixed mdev-14093 Wrong result upon JOIN with INDEX with no rows · beac522b
    Igor Babaev authored
    in joined table + GROUP BY + GROUP_CONCAT + HAVING + ORDER BY
    [by field from HAVING] + 1 row expected
    
    The fix is actually a port of the fix for bug #17055185 from
    mysql code line (see commit f289aeeef0743508ff87211084453b3b88a6d017
    by Mithun C Y into mysql-5.6). The test case for the bug #17055185
    was also ported.
    beac522b
having.test 23.6 KB