• Igor Babaev's avatar
    MDEV-17027 server crashes in Bitmap<64u>::merge · 13e217b8
    Igor Babaev authored
    The function and_new_conditions_to_optimized_cond() incorrectly handled
    the WHERE conditions with one multiple equality and one IN subquery predicate
    that could be converted into a jtbm semi-join. This could cause crashes.
    
    The fix code was prepared by Galina Shalygina.
    13e217b8
in_subq_cond_pushdown.test 16.9 KB