summaryrefslogtreecommitdiff
path: root/mysql-test/t/rpl_drop_temp.test
diff options
context:
space:
mode:
authorunknown <serg@serg.mylan>2005-03-18 20:12:31 +0100
committerunknown <serg@serg.mylan>2005-03-18 20:12:31 +0100
commit4fd832bf9170b75354c810ad930f9cef342fb560 (patch)
tree7a5a7a350dd4b0a956685f8907a8cbed9849f68c /mysql-test/t/rpl_drop_temp.test
parent914929cf4380d37e1f2f3a7e9efe7b6e5a77900f (diff)
parentd1f46a7d7e3b64621471b6a1f8e1278fd8d89c79 (diff)
downloadmariadb-git-4fd832bf9170b75354c810ad930f9cef342fb560.tar.gz
Merge bk-internal:/home/bk/mysql-5.0
into serg.mylan:/usr/home/serg/Abk/mysql-5.0 libmysql/libmysql.c: Auto merged sql/log_event.cc: Auto merged sql/sql_parse.cc: Auto merged
Diffstat (limited to 'mysql-test/t/rpl_drop_temp.test')
-rw-r--r--mysql-test/t/rpl_drop_temp.test3
1 files changed, 3 insertions, 0 deletions
diff --git a/mysql-test/t/rpl_drop_temp.test b/mysql-test/t/rpl_drop_temp.test
index 73d691d9d90..cf663367b78 100644
--- a/mysql-test/t/rpl_drop_temp.test
+++ b/mysql-test/t/rpl_drop_temp.test
@@ -11,3 +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;
+