• igor@olga.mysql.com's avatar
    Fixed bug #26017. · 951fe3ca
    igor@olga.mysql.com authored
    Objects of the class Item_equal contain an auxiliary member
    eval_item of the type cmp_item that is used only for direct 
    evaluation of multiple equalities. Currently a multiple equality
    is evaluated directly only in the cases when the equality holds
    at most for one row in the result set.
    The compare collation of eval_item was determined incorectly.
    It could lead to returning incorrect results for some queries.
    951fe3ca
join_outer.test 30.5 KB