summaryrefslogtreecommitdiff
path: root/mysql-test/include/circular_rpl_for_4_hosts_sync.inc
blob: 68aede76913ab9923b368fbc3bf0d1e44e7cdf65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#############################################################
#
# Author:  Serge Kozlov <skozlov@mysql.com>
# Date:    03/11/2008
# Purpose: Sync all hosts for circular replication based on 
# schema A->B->C->D->A
# 
# Notes: see include/circular_rpl_for_4_hosts_init.inc
#  
#############################################################

# Make the full loop of sync
--connection master_a
--disable_query_log
--sync_slave_with_master master_b
--sync_slave_with_master master_c
--sync_slave_with_master master_d
--sync_slave_with_master master_a
--sync_slave_with_master master_b
--sync_slave_with_master master_c
--save_master_pos
--connection master_a
--enable_query_log