config root man

Current Path : /home/usr.opt/mysql57/mysql-test/suite/rpl/t/

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
Upload File :
Current File : //home/usr.opt/mysql57/mysql-test/suite/rpl/t/rpl_multi_source_mts_recovery.test

#
# The test aims at verifying MTS info table based recovery in
# specific cases of Multi-source replication.
# This is a top level file sourcing a common test file
# containing the verification algorithm.
#
--let $rpl_topology= 1->2
--let $rpl_multi_source= 1
--source include/rpl_init.inc
--source include/rpl_default_connections.inc
--source include/have_slave_parallel_type_logical_clock.inc
# Row format is chosen to ease the logged transaction size control in
# the sourced file.
--source include/have_binlog_format_row.inc
--source include/have_myisam.inc

--source extra/rpl_tests/rpl_parallel_recovery_core.test

--let $rpl_skip_sync= 1
--source include/rpl_end.inc

Man Man