• Igor Babaev's avatar
    Fixed bug #49322. · a025ea38
    Igor Babaev authored
    When not-exists optimization was applied to a table that
    happened to be an inner table of two outer joins, one
    embedded into another, then setting the match flag for
    the embedding outer join on could be skipped. This caused
    generation of extra null complemented rows.
    Made sure that the match flags are set correctly in all cases
    when not-exists optimization is used.  
    a025ea38
join_nested.result 61.4 KB