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
|
|
|
-- source include/not_ndb_default.inc
|
2006-02-07 00:18:10 +01:00
|
|
|
-- source include/have_binlog_format_row.inc
|
|
|
|
-- source include/have_innodb.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=InnoDB;
|
|
|
|
-- source extra/rpl_tests/rpl_log.test
|
|
|
|
|