mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
39018f2a5a
Renamed suite/rpl/include/rpl_sync.inc to rpl_sync_test.inc to remove clash with include/rpl_sync.inc
13 lines
393 B
Text
13 lines
393 B
Text
###################################
|
|
# Wrapper for rpl_row_log.test #
|
|
# Added wrapper so that MyISAM & #
|
|
# Innodb could all use the#
|
|
# Same test.
|
|
###################################
|
|
-- source include/have_binlog_format_row.inc
|
|
-- source include/have_innodb.inc
|
|
-- source include/master-slave.inc
|
|
let $engine_type=InnoDB;
|
|
-- source include/rpl_log.test
|
|
|
|
--source include/rpl_end.inc
|