Commit 94ad6930 authored by unknown's avatar unknown

drop database on the right server :)

parent e28dc4c7
...@@ -11,5 +11,6 @@ disconnect master; ...@@ -11,5 +11,6 @@ disconnect master;
connection slave; connection slave;
--real_sleep 3; # time for DROP to be written --real_sleep 3; # time for DROP to be written
show status like 'Slave_open_temp_tables'; show status like 'Slave_open_temp_tables';
connection default;
drop database mysqltest; drop database mysqltest;
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment