• igor@olga.mysql.com's avatar
    Fixed bug #28571. Outer join queries with ON conditions over · fbebb47e
    igor@olga.mysql.com authored
    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.
    fbebb47e
join_outer.test 31.5 KB