• unknown's avatar
    fix for LP bug#994392 · f2cbc014
    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.
    f2cbc014
item_cmpfunc.h 54 KB