mirror of
https://github.com/MariaDB/server.git
synced 2025-02-04 21:02:17 +01:00
39018f2a5a
Renamed suite/rpl/include/rpl_sync.inc to rpl_sync_test.inc to remove clash with include/rpl_sync.inc
9 lines
481 B
Text
9 lines
481 B
Text
#######################################################
|
|
# Wrapper for rpl_multi_update3.test to allow multi #
|
|
# Engines to reuse test code. By JBM 2006-02-15 #
|
|
#######################################################
|
|
--source include/master-slave.inc
|
|
call mtr.add_suppression('Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT.');
|
|
let $engine_type=MyISAM;
|
|
-- source include/rpl_multi_update3.test
|
|
--source include/rpl_end.inc
|