diff options
Diffstat (limited to 'mysql-test/t/bdb-alter-table-2.test')
-rw-r--r-- | mysql-test/t/bdb-alter-table-2.test | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/mysql-test/t/bdb-alter-table-2.test b/mysql-test/t/bdb-alter-table-2.test index 69ff04ee24a..a474efe42e1 100644 --- a/mysql-test/t/bdb-alter-table-2.test +++ b/mysql-test/t/bdb-alter-table-2.test @@ -1,3 +1,8 @@ +# +# Note that this test uses tables from the previous test +# This is to test that the table t1 survives a reboot of MySQL +# The options in the -master.opt file are just there to force the reboot +# -- source include/have_bdb.inc select * from t1; -drop table t1;
\ No newline at end of file +drop table t1; |