Current Path : /home/usr.opt/mysql57/mysql-test/include/ |
FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64 |
Current File : /home/usr.opt/mysql57/mysql-test/include/rpl_reset_slave_helper.inc |
# Auxiliary file used by rpl_reset.inc # This file uses $rpl_channel_name set in rpl_for_each_connection.inc if (!$rpl_reset_slave_all) { if (!$rpl_multi_source) { RESET SLAVE; } if ($rpl_multi_source) { eval RESET SLAVE FOR CHANNEL '$rpl_channel_name'; } } if ($rpl_reset_slave_all) { if (!$rpl_multi_source) { RESET SLAVE ALL; } if ($rpl_multi_source) { eval RESET SLAVE ALL FOR CHANNEL '$rpl_channel_name'; } }