3 # Clean up replication configuration after using a 2ch
5 # We need to explicitly reset the IGNORE_SERVER_IDS parameters
6 # on all Servers to avoid testcase check errors.
10 # [--let $rpl_debug= 1]
11 # --source suite/ndb_rpl/ndb_master-slave_2ch_end.inc
15 # See include/master-slave.inc
17 --source include/rpl_stop_slaves.inc
19 CHANGE MASTER TO IGNORE_SERVER_IDS= ();
21 CHANGE MASTER TO IGNORE_SERVER_IDS= ();
23 CHANGE MASTER TO IGNORE_SERVER_IDS= ();
25 CHANGE MASTER TO IGNORE_SERVER_IDS= ();
26 --source include/rpl_start_slaves.inc
28 --source include/rpl_end.inc