mariadb/mysql-test/suite/rpl/t/rpl_row_func003.test
Michael Widenius 39018f2a5a Move mysql-test-run/extra/rpl_tests to suite/rpl/include
Renamed suite/rpl/include/rpl_sync.inc to rpl_sync_test.inc to
remove clash with include/rpl_sync.inc
2018-03-29 13:59:44 +03:00

12 lines
486 B
Text

###################################
# Wrapper for rpl_row_func003.test#
###################################
########################################################
# By JBM 2005-02-15 Wrapped to allow reuse of test code#
########################################################
-- source include/have_innodb.inc
-- source include/have_binlog_format_row.inc
-- source include/master-slave.inc
let $engine_type=INNODB;
-- source include/rpl_row_func003.test
--source include/rpl_end.inc