• Igor Babaev's avatar
    Fixed bug #57024. · 716e8416
    Igor Babaev authored
    The condition over the outer tables now are extracted from
    the on condition of any outer join. This condition is
    saved in a special field of the JOIN_TAB structure for
    the first inner table of the outer join. The condition
    is checked before the first inner table is accessed. If 
    it turns out to be false the table is not accessed at all
    and a null complemented row is generated immediately.
    716e8416
join_outer.test 37.3 KB