summaryrefslogtreecommitdiff
path: root/mysql-test/r/endspace.result
diff options
context:
space:
mode:
authorunknown <heikki@hundin.mysql.fi>2005-03-17 17:44:28 +0200
committerunknown <heikki@hundin.mysql.fi>2005-03-17 17:44:28 +0200
commitee987331527033fcc61bfa676f91ffa227de0659 (patch)
treeb081db774e516eee1b5730892f4bd5d0ec5711d8 /mysql-test/r/endspace.result
parent31ab90c80542fa572cd1dff412e9bd265e3a96c0 (diff)
downloadmariadb-git-ee987331527033fcc61bfa676f91ffa227de0659.tar.gz
endspace.result:
Update endspace.result now that InnoDB pads BLOBs properly with spaces in comparisons mysql-test/r/endspace.result: Update endspace.result now that InnoDB pads BLOBs properly with spaces in comparisons
Diffstat (limited to 'mysql-test/r/endspace.result')
-rw-r--r--mysql-test/r/endspace.result6
1 files changed, 4 insertions, 2 deletions
diff --git a/mysql-test/r/endspace.result b/mysql-test/r/endspace.result
index 0834c11ccda..0e68418a80f 100644
--- a/mysql-test/r/endspace.result
+++ b/mysql-test/r/endspace.result
@@ -201,11 +201,13 @@ teststring
select text1, length(text1) from t1 where text1='teststring' or text1 like 'teststring_%';
text1 length(text1)
teststring 11
-teststring 10
+teststring 10
+teststring 11
select text1, length(text1) from t1 where text1='teststring' or text1 >= 'teststring\t';
text1 length(text1)
teststring 11
-teststring 10
+teststring 10
+teststring 11
select concat('|', text1, '|') from t1 order by text1;
concat('|', text1, '|')
|nothing|