• svoj@mysql.com/june.mysql.com's avatar
    BUG#29299 - repeatable myisam fulltext index corruption · ff9aeb56
    svoj@mysql.com/june.mysql.com authored
    Fulltext index may get corrupt by certain gbk characters.
    
    The problem was that when skipping leading non-true-word-characters,
    we assumed that these characters are always 1 byte long. This is not
    the case with gbk character set, since non-true-word-characters may
    be 2 bytes long.
    
    Affects 5.0 only.
    ff9aeb56
fulltext2.result 7.67 KB