mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
trim spaces from CHAR() BINARY consistently
This commit is contained in:
@ -62,6 +62,7 @@ a b
|
||||
hello hello
|
||||
select * from t1 ignore index (b) where b="hello ";
|
||||
a b
|
||||
hello hello
|
||||
alter table t1 modify b tinytext not null, drop key b, add key (b(100));
|
||||
select * from t1 where b="hello ";
|
||||
a b
|
||||
|
Reference in New Issue
Block a user