1###################################
2# Wrapper for rpl_row_log.test    #
3# Added wrapper so that MyISAM &  #
4# Innodb         could all use the#
5# Same test
6###################################
7########################################################
8# By JBM 2005-02-15 Wrapped to allow reuse of test code#
9########################################################
10-- source include/have_binlog_format_row.inc
11-- source include/master-slave.inc
12let $engine_type=MyISAM;
13-- source include/rpl_log.test
14
15--source include/rpl_end.inc
16