summaryrefslogtreecommitdiff
path: root/mysql-test/t/endspace.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/t/endspace.test')
-rw-r--r--mysql-test/t/endspace.test2
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/t/endspace.test b/mysql-test/t/endspace.test
index 462bc3083e1..28b288e34a3 100644
--- a/mysql-test/t/endspace.test
+++ b/mysql-test/t/endspace.test
@@ -94,3 +94,5 @@ select text1, length(text1) from t1 where text1='teststring' or text1 like 'test
select text1, length(text1) from t1 where text1='teststring' or text1 >= 'teststring\t';
select concat('|', text1, '|') from t1 order by text1;
drop table t1;
+
+# End of 4.1 tests