diff options
Diffstat (limited to 'mysql-test/t/innodb-deadlock.test')
-rw-r--r-- | mysql-test/t/innodb-deadlock.test | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/mysql-test/t/innodb-deadlock.test b/mysql-test/t/innodb-deadlock.test index 2648d6cdf9c..ba4ec4a9ae4 100644 --- a/mysql-test/t/innodb-deadlock.test +++ b/mysql-test/t/innodb-deadlock.test @@ -2,7 +2,10 @@ connect (con1,localhost,root,,); connect (con2,localhost,root,,); -drop table if exists t1; + +--disable_warnings +drop table if exists t1,t2; +--enable_warnings # # Testing of FOR UPDATE @@ -36,7 +39,6 @@ select * from t1; commit; drop table t1; -drop table if exists t1, t2; # # Testing of FOR UPDATE # |