26 lines
929 B
Plaintext
26 lines
929 B
Plaintext
###################################
|
|
# 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 #
|
|
###################################
|
|
########################################################
|
|
# 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
|
|
-- source include/have_binlog_format_row.inc
|
|
-- source include/not_group_replication_plugin.inc
|
|
-- source include/have_myisam.inc
|
|
-- source include/master-slave.inc
|
|
let $engine_type=MyISAM;
|
|
--let $mask_binlog_commit_events= 1
|
|
-- source extra/rpl_tests/rpl_log.test
|
|
--let $mask_binlog_commit_events= 0
|
|
|
|
--source include/rpl_end.inc
|
|
|
|
--connection master
|
|
--source suite/xengine/include/check_xengine_log_error.inc
|