summaryrefslogtreecommitdiff
path: root/mysql-test/t/key.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/t/key.test')
-rw-r--r--mysql-test/t/key.test2
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/t/key.test b/mysql-test/t/key.test
index a0a291fdf3c..23a4de8456c 100644
--- a/mysql-test/t/key.test
+++ b/mysql-test/t/key.test
@@ -320,3 +320,5 @@ alter table t1 add key (c1,c2,c1);
--error 1060
alter table t1 add key (c1,c1,c2);
drop table t1;
+
+# End of 4.1 tests