mirror of
https://github.com/MariaDB/server.git
synced 2025-01-30 02:30:06 +01:00
39018f2a5a
Renamed suite/rpl/include/rpl_sync.inc to rpl_sync_test.inc to remove clash with include/rpl_sync.inc
16 lines
587 B
Text
16 lines
587 B
Text
#################################
|
|
# Wrapper for rpl_row_sp003.test#
|
|
#################################
|
|
########################################################
|
|
# By JBM 2005-02-15 Wrapped to allow reuse of test code#
|
|
########################################################
|
|
-- source include/have_innodb.inc
|
|
-- source include/have_binlog_format_row.inc
|
|
# Slow test, don't run during staging part
|
|
-- source include/not_staging.inc
|
|
--source include/long_test.inc
|
|
-- source include/master-slave.inc
|
|
|
|
let $engine_type=INNODB;
|
|
-- source include/rpl_row_sp003.test
|
|
--source include/rpl_end.inc
|