Commit 495d4835 authored by unknown's avatar unknown

drop database on the right server :)

parent 6ae4efe7
...@@ -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