Fixed bug #28571. Outer join queries with ON conditions over
constant outer tables did not return null complemented rows when conditions were evaluated to FALSE. Wrong results were returned because the conditions over constant outer tables, when being pushed down, were erroneously enclosed into the guard function used for WHERE conditions.
Showing
Please register or sign in to comment