2006-02-07 00:18:10 +01:00
|
|
|
###################################
|
|
|
|
# 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
|
2007-06-18 15:36:10 +02:00
|
|
|
-- source include/ndb_master-slave.inc
|
2006-02-07 00:18:10 +01:00
|
|
|
let $engine_type=NDB;
|
|
|
|
-- source extra/rpl_tests/rpl_row_func003.test
|
2006-08-22 09:48:15 +02:00
|
|
|
-- source include/master-slave-end.inc
|