• Igor Babaev's avatar
    Fixed bug #57024. · f21987b5
    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.
    f21987b5
join_outer.test 37.3 KB