diff options
author | monty@mysql.com <> | 2005-04-06 16:52:41 +0300 |
---|---|---|
committer | monty@mysql.com <> | 2005-04-06 16:52:41 +0300 |
commit | 174c15aee1576113c2f778d6119ce9b2e4dcdc41 (patch) | |
tree | 6e93f4f1c61c87f2f0cfdd67a82158359da4dae7 /mysql-test/t/innodb-replace.test | |
parent | b9fdb65b18ae6e0025a515125352155474efa17e (diff) | |
download | mariadb-git-174c15aee1576113c2f778d6119ce9b2e4dcdc41.tar.gz |
Small fixes done while reviewing pushed code
Diffstat (limited to 'mysql-test/t/innodb-replace.test')
-rw-r--r-- | mysql-test/t/innodb-replace.test | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mysql-test/t/innodb-replace.test b/mysql-test/t/innodb-replace.test index e7e96da1443..516f058a68e 100644 --- a/mysql-test/t/innodb-replace.test +++ b/mysql-test/t/innodb-replace.test @@ -2,6 +2,10 @@ # embedded server ignores 'delayed', so skip this -- source include/not_embedded.inc +--disable_warnings +drop table if exists t1; +--enable_warnings + # # Bug #1078 # |