summaryrefslogtreecommitdiff
path: root/mysql-test/t/rpl_deadlock.test
diff options
context:
space:
mode:
authorunknown <mats@mysql.com>2005-07-13 13:49:35 +0200
committerunknown <mats@mysql.com>2005-07-13 13:49:35 +0200
commitecd1ea93a7ec01dddfc11a2a3b5c69f780965837 (patch)
tree7f68d96eaa50cf1738181379ecd8553499f37f75 /mysql-test/t/rpl_deadlock.test
parent3ae23d5b9e91fad8bb9e3c265acca93a792d8e53 (diff)
downloadmariadb-git-ecd1ea93a7ec01dddfc11a2a3b5c69f780965837.tar.gz
Bug#11905: Tables used in rpl_deadlock are not dropped at the
end of the test, causing subsequent tests to fail. mysql-test/r/rpl_deadlock.result: Result change. mysql-test/t/rpl_deadlock.test: Tables used in the test but not dropped.
Diffstat (limited to 'mysql-test/t/rpl_deadlock.test')
-rw-r--r--mysql-test/t/rpl_deadlock.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/rpl_deadlock.test b/mysql-test/t/rpl_deadlock.test
index 9ad6362f7e7..da932df5347 100644
--- a/mysql-test/t/rpl_deadlock.test
+++ b/mysql-test/t/rpl_deadlock.test
@@ -107,5 +107,5 @@ select * from t2;
show slave status;
connection master;
-drop table t1,t2;
+drop table t1,t2,t3,t4;
sync_slave_with_master;