• Igor Babaev's avatar
    MDEV-18700 EXPLAIN EXTENDED shows a wrong operation for query · 09bd2138
    Igor Babaev authored
               with UNION ALL after INTERSECT
    
    EXPLAIN EXTENDED erroneously showed UNION instead of UNION ALL in
    the warning if UNION ALL followed INTERSECT or EXCEPT operations.
    The bug was in the function st_select_lex_unit::print() that printed
    the text of the query used in the warning.
    09bd2138
union.result 76.1 KB