• Rex's avatar
    MDEV-33165 Incorrect result interceptor passed to mysql_explain_union() · 11738822
    Rex authored
    Statements affect by this bug are all SQL statements that
    1) prefixed with "EXPLAIN"
    2) have a lower level join structure created for a union subquery.
    
    A bug in select_describe() passed an incorrect "result" object to
    mysql_explain_union(), resulting in unpredictable behaviour and
    out of context calls.
    
    Reviewed by: Oleksandr Byelkin, sanja@mariadb.com
    11738822
sql_select.cc 991 KB