summaryrefslogtreecommitdiff
path: root/mysql-test/t/lock_tables_lost_commit.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/t/lock_tables_lost_commit.test')
-rw-r--r--mysql-test/t/lock_tables_lost_commit.test2
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/t/lock_tables_lost_commit.test b/mysql-test/t/lock_tables_lost_commit.test
index 8c1ad97c0cc..d31b4b7dfb5 100644
--- a/mysql-test/t/lock_tables_lost_commit.test
+++ b/mysql-test/t/lock_tables_lost_commit.test
@@ -20,3 +20,5 @@ connection con2;
# binlog-ignore-db
select * from t1;
drop table t1;
+
+# End of 4.1 tests