3 # Start all slaves configured by rpl_init.inc and wait for the slave
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.
12 # [--let $rpl_debug= 1]
13 # [--let $slave_timeout= NUMBER]
14 # --source include/rpl_start_slaves.inc
18 # See include/rpl_init.inc
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