• Igor Babaev's avatar
    Fixed LP bug #823189. · 3f29c24f
    Igor Babaev authored
    The method Item_ref::not_null_tables() returned incorrect bitmap
    for outer references to view columns. This could cause an invalid
    conversion of an outer join into an inner join that could lead
    to a wrong result set for a query with a correlated subquery over
    an outer join whose where condition had an outer reference to a view.
    3f29c24f
view.test 107 KB