removed unnecessary (and incorrect) space trimming/padding in generating ranges
(where e.g. col='aaa ' was converted to col>='aaa' AND col<='aaa ') it was incorrect because ucs2 space is not ' ' (0x20) it was unnecessary because storage engine pads values with spaces for comparison anyway
Showing
Please register or sign in to comment