268
268
# Check that HASH indexes disregard trailing spaces when comparing
269
269
# strings with binary collations
273
273
UNIQUE KEY key1 USING HASH (col1, col2)) ENGINE=MEMORY;
274
274
INSERT INTO t1 VALUES('A', 'A');
276
276
INSERT INTO t1 VALUES('A ', 'A ');
280
280
UNIQUE KEY key1 USING HASH (col1, col2)) ENGINE=MEMORY;
281
281
INSERT INTO t1 VALUES('A', 'A');