diff options
Diffstat (limited to 'mysql-test/r/endspace.result')
-rw-r--r-- | mysql-test/r/endspace.result | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/r/endspace.result b/mysql-test/r/endspace.result index 4eca88774b4..f9619db7e64 100644 --- a/mysql-test/r/endspace.result +++ b/mysql-test/r/endspace.result @@ -203,13 +203,13 @@ teststring teststring select text1, length(text1) from t1 where text1='teststring' or text1 like 'teststring_%'; text1 length(text1) -teststring 10 teststring 11 +teststring 10 teststring 11 select text1, length(text1) from t1 where text1='teststring' or text1 >= 'teststring\t'; text1 length(text1) -teststring 10 teststring 11 +teststring 10 teststring 11 select concat('|', text1, '|') from t1 order by text1; concat('|', text1, '|') |