summaryrefslogtreecommitdiffstats
path: root/mysql-test/suite/rpl/t/rpl_row_log.test
blob: 25fcc4f4e58769958e736448350e628847b8bd63 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
###################################
# Wrapper for rpl_row_log.test    #
# Added wrapper so that MyISAM &  #
# Innodb         could all use the#
# Same test
###################################
########################################################
# By JBM 2005-02-15 Wrapped to allow reuse of test code#
########################################################
-- source include/have_binlog_format_row.inc
-- source include/master-slave.inc
let $engine_type=MyISAM;
-- source include/rpl_log.test

--source include/rpl_end.inc