diff options
-rw-r--r-- | mysql-test/suite/rpl/r/rpl_circular_for_4_hosts.result | 2 | ||||
-rw-r--r-- | mysql-test/suite/rpl/t/rpl_circular_for_4_hosts.test | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/mysql-test/suite/rpl/r/rpl_circular_for_4_hosts.result b/mysql-test/suite/rpl/r/rpl_circular_for_4_hosts.result index ba4e22232a0..c3ccc76d1bc 100644 --- a/mysql-test/suite/rpl/r/rpl_circular_for_4_hosts.result +++ b/mysql-test/suite/rpl/r/rpl_circular_for_4_hosts.result @@ -115,7 +115,7 @@ SELECT 'Master D',a,b FROM t1 WHERE c = 2 ORDER BY a,b; Master D a b Master D 8 D -* Reconfigure replication to schema A->B->C->A * +* Reconfigure replication to schema A->B->D->A * STOP SLAVE; STOP SLAVE; CHANGE MASTER TO master_host='127.0.0.1',master_port=MASTER_B_PORT,master_user='root',master_log_file='LOG_FILE',master_log_pos=LOG_POS; diff --git a/mysql-test/suite/rpl/t/rpl_circular_for_4_hosts.test b/mysql-test/suite/rpl/t/rpl_circular_for_4_hosts.test index 4628c0e97f7..3d90a33ac8b 100644 --- a/mysql-test/suite/rpl/t/rpl_circular_for_4_hosts.test +++ b/mysql-test/suite/rpl/t/rpl_circular_for_4_hosts.test @@ -91,7 +91,7 @@ SELECT 'Master C',a,b FROM t1 WHERE c = 2 ORDER BY a,b; SELECT 'Master D',a,b FROM t1 WHERE c = 2 ORDER BY a,b; --echo ---echo * Reconfigure replication to schema A->B->C->A * +--echo * Reconfigure replication to schema A->B->D->A * # Exclude Master C --connection master_c STOP SLAVE; @@ -106,6 +106,7 @@ source include/start_slave.inc; disconnect slave; --connection master_b --sync_slave_with_master master_d +--sync_slave_with_master master_a --echo --echo * Check data inserted before failure * |