summaryrefslogtreecommitdiff
path: root/mysql-test/t/lowercase_table3.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/t/lowercase_table3.test')
-rw-r--r--mysql-test/t/lowercase_table3.test2
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/t/lowercase_table3.test b/mysql-test/t/lowercase_table3.test
index 9841059a26b..7d34ba649cf 100644
--- a/mysql-test/t/lowercase_table3.test
+++ b/mysql-test/t/lowercase_table3.test
@@ -35,3 +35,5 @@ CREATE TABLE t1 (a int) ENGINE=INNODB;
--error 1146
SELECT * from T1;
drop table t1;
+
+# End of 4.1 tests