• unknown's avatar
    fix for LP bug#994392 · c9e3bf74
    unknown authored
    The not_null_tables() of Item_func_not_all and Item_in_optimizer was inherited from
    Item_func by mistake. It made the optimizer think that  subquery
    predicates with ALL/ANY/IN were null-rejecting. This could trigger invalid
    conversions of outer joins into inner joins.
    c9e3bf74
join_outer.test 39.8 KB