• igor@rurik.mysql.com's avatar
    Fixed bug #18767. · fc751415
    igor@rurik.mysql.com authored
    The bug caused wrong result sets for union constructs of the form
    (SELECT ... ORDER BY order_list1 [LIMIT n]) ORDER BY order_list2.
    For such queries order lists were concatenated and limit clause was
    completely neglected. 
    fc751415
sql_parse.cc 169 KB