mirror of
https://github.com/MariaDB/server.git
synced 2025-02-15 09:55:33 +01:00
![Michael Widenius](/assets/img/avatar_default.png)
Renamed suite/rpl/include/rpl_sync.inc to rpl_sync_test.inc to remove clash with include/rpl_sync.inc
15 lines
479 B
Text
15 lines
479 B
Text
#####################################
|
|
# Wrapper for rpl_insert_ignore.test#
|
|
#####################################
|
|
-- source include/have_innodb.inc
|
|
-- 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=innodb
|
|
-- source include/rpl_insert_ignore.test
|
|
|
|
-- let $engine_type=myisam
|
|
-- source include/rpl_insert_ignore.test
|
|
|
|
--source include/rpl_end.inc
|