blob: 0a361202e94ecd9b33563944e992ec6492c106e7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#################################
# Wrapper for rpl_row_sp003.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
# Slow test, don't run during staging part
-- source include/not_staging.inc
--source include/long_test.inc
-- source include/master-slave.inc
let $engine_type=INNODB;
-- source include/rpl_row_sp003.test
--source include/rpl_end.inc
|