• igor@olga.mysql.com's avatar
    Fixed bug #27848. · f25e30eb
    igor@olga.mysql.com authored
    In a union without braces, the order by at the end is applied to the 
    overall union. It therefore should not interfere with the individual
    select parts of the union.
    
    Fixed by changing our parser rules appropriately.
    f25e30eb
union.result 41.3 KB