Commit 1400af88 authored by serg@serg.mylan's avatar serg@serg.mylan

drop database on the right server :)

parent f3cf0837
......@@ -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;
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