• igor@olga.mysql.com's avatar
    Fixed bug #26124: SELECT from a view wrapper over a table · 5ed805bf
    igor@olga.mysql.com authored
    with a column of the DATETIME type could return a wrong 
    result set if the WHERE clause included a BETWEEN condition
    on the column.
    Fixed the method Item_func_between::fix_length_and_dec
    where the aggregation type for BETWEEN predicates calculated
    incorrectly if the first argument was a view column of the
    DATETIME type.
    5ed805bf
item_cmpfunc.cc 96.8 KB