diff options
Diffstat (limited to 'mysql-test/t/bdb-crash.test')
-rw-r--r-- | mysql-test/t/bdb-crash.test | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/t/bdb-crash.test b/mysql-test/t/bdb-crash.test index 3cd78821000..75f4d04d5df 100644 --- a/mysql-test/t/bdb-crash.test +++ b/mysql-test/t/bdb-crash.test @@ -47,3 +47,5 @@ set autocommit=0; insert into t1 values(1); analyze table t1; drop table t1; + +# End of 4.1 tests |