summaryrefslogtreecommitdiff
path: root/mysql-test/t/key_primary.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/t/key_primary.test')
-rw-r--r--mysql-test/t/key_primary.test2
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/t/key_primary.test b/mysql-test/t/key_primary.test
index 816365c517c..1ca2059b871 100644
--- a/mysql-test/t/key_primary.test
+++ b/mysql-test/t/key_primary.test
@@ -16,3 +16,5 @@ select * from t1 where t1 like "a_\%";
describe select * from t1 where t1="ABC";
describe select * from t1 where t1="ABCD";
drop table t1;
+
+# End of 4.1 tests