summaryrefslogtreecommitdiff
path: root/mysql-test/extra/rpl_tests/rpl_flsh_tbls.test
diff options
context:
space:
mode:
authorunknown <lars@mysql.com>2006-02-08 10:37:47 +0100
committerunknown <lars@mysql.com>2006-02-08 10:37:47 +0100
commit05330c2cb143a8ab04347b2aaa462d8b36bbc178 (patch)
treef4b8dc7552f7a015e045c641bde0d99da60c16df /mysql-test/extra/rpl_tests/rpl_flsh_tbls.test
parente039e481cb5b6a0488198e00101587d2f42e2aee (diff)
parent2f3705752a08c561d68e9676d6e9506468fa4bb3 (diff)
downloadmariadb-git-05330c2cb143a8ab04347b2aaa462d8b36bbc178.tar.gz
Merge lthalmann@bk-internal.mysql.com:/home/bk/mysql-5.1-new
into mysql.com:/users/lthalmann/bkroot/mysql-5.1-new mysql-test/r/mysqltest.result: Auto merged mysql-test/t/mysqltest.test: Auto merged
Diffstat (limited to 'mysql-test/extra/rpl_tests/rpl_flsh_tbls.test')
-rw-r--r--mysql-test/extra/rpl_tests/rpl_flsh_tbls.test3
1 files changed, 3 insertions, 0 deletions
diff --git a/mysql-test/extra/rpl_tests/rpl_flsh_tbls.test b/mysql-test/extra/rpl_tests/rpl_flsh_tbls.test
index c046487729e..c5db667e29b 100644
--- a/mysql-test/extra/rpl_tests/rpl_flsh_tbls.test
+++ b/mysql-test/extra/rpl_tests/rpl_flsh_tbls.test
@@ -46,5 +46,8 @@ sleep 1;
--error 1192
stop slave;
+connection master;
+drop table t3, t4, t5;
+
# End of 4.1 tests