diff options
author | unknown <serg@serg.mysql.com> | 2003-03-06 14:58:37 +0100 |
---|---|---|
committer | unknown <serg@serg.mysql.com> | 2003-03-06 14:58:37 +0100 |
commit | a60c0569f3957bd713cc52f13d20a0fe407469bc (patch) | |
tree | 2033cecc71658a2071b0e8011b59cd7f1cf49660 /mysql-test/r/binary.result | |
parent | 401f3fb41807062707ae949a9554765db3ba9351 (diff) | |
download | mariadb-git-a60c0569f3957bd713cc52f13d20a0fe407469bc.tar.gz |
trim spaces from CHAR() BINARY consistently
Diffstat (limited to 'mysql-test/r/binary.result')
-rw-r--r-- | mysql-test/r/binary.result | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/r/binary.result b/mysql-test/r/binary.result index 4d5eb62cc71..3534776c503 100644 --- a/mysql-test/r/binary.result +++ b/mysql-test/r/binary.result @@ -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 |