• unknown's avatar
    MDEV-5153: Server crashes in Item_ref::fix_fields on 2nd execution of PS with... · c98a054f
    unknown authored
    MDEV-5153: Server crashes in Item_ref::fix_fields on 2nd execution of PS with LEFT JOIN and MERGE view or SELECT SQ
    
    1. Transformation of row IN subquery made the same as single value.
    2. replace_where_subcondition() made working on several layers of OR/AND because it called on expression before fix_fields().
    c98a054f
opt_subselect.cc 188 KB