summaryrefslogtreecommitdiff
path: root/mysql-test/t/bdb-alter-table-1.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/t/bdb-alter-table-1.test')
-rw-r--r--mysql-test/t/bdb-alter-table-1.test2
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/t/bdb-alter-table-1.test b/mysql-test/t/bdb-alter-table-1.test
index 18b6c70758f..9cb469a8df6 100644
--- a/mysql-test/t/bdb-alter-table-1.test
+++ b/mysql-test/t/bdb-alter-table-1.test
@@ -14,3 +14,5 @@ select * from t1;
alter table t1 drop column test;
# Now we do a reboot and continue with the next test
+
+# End of 4.1 tests