diff options
Diffstat (limited to 'mysql-test/t/bdb_cache.test')
-rw-r--r-- | mysql-test/t/bdb_cache.test | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/t/bdb_cache.test b/mysql-test/t/bdb_cache.test index b1343c5e83e..0d7de75ccf6 100644 --- a/mysql-test/t/bdb_cache.test +++ b/mysql-test/t/bdb_cache.test @@ -4,7 +4,9 @@ # # Without auto_commit. # +--disable_warnings drop table if exists t1, t2, t3; +--enable_warnings flush status; set autocommit=0; create table t1 (a int not null) type=bdb; |