• kaa@polly.(none)'s avatar
    Backport of the 5.0 patch to 4.1 · f74d805e
    kaa@polly.(none) authored
    Bug#28878: InnoDB tables with UTF8 character set and indexes cause  wrong result for DML
    When making key reference buffers over CHAR fields whitespace (0x20) must be used to fill in the remaining space in the field's buffer. This is what Field_string::store() does. Fixed Field_string::get_key_image() to do the same.
    f74d805e
innodb_mysql.result 6.19 KB