2006-02-07 00:18:10 +01:00
|
|
|
###################################
|
|
|
|
# Wrapper for rpl_row_log.test #
|
|
|
|
# Added wrapper so that MyISAM & #
|
|
|
|
# Innodb and NDB could all use the#
|
|
|
|
# Same test. NDB produced a diff #
|
|
|
|
# bin-log #
|
|
|
|
###################################
|
2006-02-16 04:42:16 +01:00
|
|
|
########################################################
|
|
|
|
# By JBM 2005-02-15 Wrapped to allow reuse of test code#
|
|
|
|
# Added to skip if ndb is default #
|
|
|
|
########################################################
|
|
|
|
-- source include/not_ndb_default.inc
|
2005-12-22 06:39:02 +01:00
|
|
|
-- source include/have_binlog_format_row.inc
|
2007-06-18 15:36:10 +02:00
|
|
|
-- source include/master-slave.inc
|
2006-02-07 00:18:10 +01:00
|
|
|
let $engine_type=MyISAM;
|
2005-12-22 06:39:02 +01:00
|
|
|
-- source extra/rpl_tests/rpl_log.test
|
|
|
|
|