mySQL 5.0.11 sources for tomato
[tomato.git] / release / src / router / mysql / mysql-test / include / rpl_start_slaves.inc
blobfdd90eb12c5ef824eb71ef1c3689a92df6907580
1 # ==== Purpose ====
3 # Start all slaves configured by rpl_init.inc and wait for the slave
4 # threads to start.
6 # Note that rpl_init.inc calls this file automatically, so you only
7 # need to source this file if the slaves have stopped after that.
10 # ==== Usage ====
12 # [--let $rpl_debug= 1]
13 # [--let $slave_timeout= NUMBER]
14 # --source include/rpl_start_slaves.inc
16 # Parameters:
17 #   $rpl_debug
18 #     See include/rpl_init.inc
20 #   $slave_timeout
21 #     Set the timeout when waiting for slave threads to stop and
22 #     start, respectively.  See include/wait_for_slave_param.inc
25 --let $include_filename= rpl_start_slaves.inc
26 --source include/begin_include_file.inc
28 --let $rpl_source_file= include/start_slave.inc
29 --source include/rpl_for_each_slave.inc
31 --let $include_filename= rpl_start_slaves.inc
32 --source include/end_include_file.inc