• Gleb Shchepa's avatar
    Bug #55779: select does not work properly in mysql server · 79c1faa0
    Gleb Shchepa authored
                Version "5.1.42 SUSE MySQL RPM"
    
    When a query was using a DATE or DATETIME value formatted
    using different formatting than "yyyy-mm-dd HH:MM:SS", a
    query with a greater-or-equal '>=' condition matched only
    greater values in an indexed TIMESTAMP column.
    
    The problem was introduced by the fix for the bug 46362
    and partially solved (for DATE and DATETIME columns only)
    by the fix for the bug 47925.
    
    The stored_field_cmp_to_item function has been modified
    to take into account TIMESTAMP columns like we do for
    DATE and DATETIME columns.
    79c1faa0
item.cc 212 KB