rpl_ndb_func003.test 630 Bytes
Newer Older
1 2 3 4 5 6 7 8 9
###################################
# Wrapper for rpl_row_func003.test#
# This test was orginally designed#
# To test InnoDB using RBR, but   #
# It can also be used to test NDB #
# So this wrapper is being used to#
# reduce test case code           #
###################################
-- source include/have_ndb.inc
10 11 12
# Since the master generates row-based events, the slave must be in
# ROW or MIXED mode to accept the events.
-- source include/have_binlog_format_mixed_or_row.inc
13
-- source include/ndb_master-slave.inc
14 15
let $engine_type=NDB;
-- source extra/rpl_tests/rpl_row_func003.test
unknown's avatar
ndb -  
unknown committed
16
-- source include/master-slave-end.inc