• igor@rurik.mysql.com's avatar
    Fixed bug #16674. · 2893d11c
    igor@rurik.mysql.com authored
    The length of the prefix of the pattern string in the LIKE predicate that 
    determined the index range to be scanned was calculated incorrectly for
    multi-byte character sets. 
    As a result of this in 4. 1 the the scanned range was wider then necessary
    if the prefix contained not only one-byte characters.  
    In 5.0 additionally it caused missing some rows from the result set.
    2893d11c
ctype-mb.c 26 KB