1
0
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:
unknown
2003-03-06 14:58:37 +01:00
parent 401f3fb418
commit a60c0569f3
2 changed files with 17 additions and 1 deletions

View File

@ -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