summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunknown <serg@serg.mylan>2005-03-16 23:56:37 +0100
committerunknown <serg@serg.mylan>2005-03-16 23:56:37 +0100
commit94ad6930fbbd04ee5ef7892beab89347c578f6e5 (patch)
tree9b8209366da2b015678ac858067b19a10407b051
parente28dc4c7ef4e8821a36d62946f28437040eb5cee (diff)
downloadmariadb-git-94ad6930fbbd04ee5ef7892beab89347c578f6e5.tar.gz
drop database on the right server :)
-rw-r--r--mysql-test/t/rpl_drop_temp.test1
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/t/rpl_drop_temp.test b/mysql-test/t/rpl_drop_temp.test
index 41cd2edd139..cf663367b78 100644
--- a/mysql-test/t/rpl_drop_temp.test
+++ b/mysql-test/t/rpl_drop_temp.test
@@ -11,5 +11,6 @@ disconnect master;
connection slave;
--real_sleep 3; # time for DROP to be written
show status like 'Slave_open_temp_tables';
+connection default;
drop database mysqltest;