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_row_img_eng_full.test

#Want to skip this test from daily Valgrind execution
--source include/no_valgrind_without_big.inc
#
# This file contains tests for WL#5096 and bug fixes. 
#

-- source include/not_gtid_enabled.inc
-- source include/have_binlog_format_row.inc
-- source include/have_myisam.inc

--let $rpl_topology= 1->2->3
--source include/rpl_init.inc

-- connection server_1
-- source include/have_innodb.inc
-- connection server_2
-- source include/have_innodb.inc
-- connection server_3
-- source include/have_innodb.inc
-- connection server_1

#
# WL#5096
#

#
#  Tests for different storage engines on each server, 
#  but same index structure on tables. The tests are conducted
#  using FULL binlog-row-image on all servers.
#

-- let $row_img_set=server_1:FULL:N,server_2:FULL:Y,server_3:FULL:Y
-- source include/rpl_row_img_set.inc

-- let $row_img_test_script= extra/rpl_tests/rpl_row_img.test
-- source include/rpl_row_img_general_loop.inc

#
# BUG#49100
#

-- echo ### Testing with MyISAM storage engine

-- let $engine=MyISAM
-- source extra/rpl_tests/rpl_row_empty_imgs.test

-- echo ### Testing with InnoDB storage engine

-- let $engine=InnoDB
-- source extra/rpl_tests/rpl_row_empty_imgs.test


--source include/rpl_end.inc

Man Man