• Igor Babaev's avatar
    Fixed bug mdev-4962. · 37f18d23
    Igor Babaev authored
    When a non-nullable datetime field is used under an IS NULL predicate
    of the WHERE condition in a query with outer joins the remove_eq_conds
    function should check whether this field belongs to an inner table
    of any outer join that can be, in a general case, a nested outer join.
    37f18d23
join_outer.test 46.7 KB