diff options
author | unknown <lars@mysql.com> | 2006-02-08 10:37:47 +0100 |
---|---|---|
committer | unknown <lars@mysql.com> | 2006-02-08 10:37:47 +0100 |
commit | 05330c2cb143a8ab04347b2aaa462d8b36bbc178 (patch) | |
tree | f4b8dc7552f7a015e045c641bde0d99da60c16df /mysql-test/extra/rpl_tests/rpl_flsh_tbls.test | |
parent | e039e481cb5b6a0488198e00101587d2f42e2aee (diff) | |
parent | 2f3705752a08c561d68e9676d6e9506468fa4bb3 (diff) | |
download | mariadb-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.test | 3 |
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 |