mariadb/mysql-test/suite/rpl/t/rpl_row_log.test
Sergei Golubchik 7f5e51b940 MDEV-34 delete storage/ndb and sql/*ndb* (and collateral changes)
remove:
* NDB from everywhere
* IM from mtr-v1
* packaging/rpm-oel and packaging/rpm-uln
* few unused spec files
* plug.in file
* .bzrignore
2014-10-11 18:53:06 +02:00

15 lines
537 B
Text

###################################
# Wrapper for rpl_row_log.test #
# Added wrapper so that MyISAM & #
# Innodb could all use the#
# Same test
###################################
########################################################
# By JBM 2005-02-15 Wrapped to allow reuse of test code#
########################################################
-- source include/have_binlog_format_row.inc
-- source include/master-slave.inc
let $engine_type=MyISAM;
-- source extra/rpl_tests/rpl_log.test
--source include/rpl_end.inc