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.
Showing
Please register or sign in to comment