summaryrefslogtreecommitdiff
path: root/mysql-test/include/reset_master_and_slave.inc
blob: c2d4120ddc9f09a35a655d0cf4973438230b77d6 (plain)
1
2
3
4
5
6
7
8
9
10
--echo **** Resetting master and slave ****
connection slave;
STOP SLAVE;
source include/wait_for_slave_to_stop.inc;
RESET SLAVE;
connection master;
RESET MASTER;
connection slave;
START SLAVE;
source include/wait_for_slave_to_start.inc;