1# ==== Purpose ==== 2# 3# Start all slaves configured by rpl_init.inc and wait for the slave 4# threads to start. 5# 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. 8# 9# 10# ==== Usage ==== 11# 12# [--let $rpl_debug= 1] 13# [--let $slave_timeout= NUMBER] 14# --source include/rpl_start_slaves.inc 15# 16# Parameters: 17# $rpl_debug 18# See include/rpl_init.inc 19# 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 23 24 25--let $include_filename= rpl_start_slaves.inc 26--source include/begin_include_file.inc 27 28--let $rpl_source_file= include/start_slave.inc 29--source include/rpl_for_each_slave.inc 30 31--let $include_filename= rpl_start_slaves.inc 32--source include/end_include_file.inc 33