mirror of
https://github.com/MariaDB/server.git
synced 2025-11-28 17:36:30 +03:00
Renamed suite/rpl/include/rpl_sync.inc to rpl_sync_test.inc to remove clash with include/rpl_sync.inc
12 lines
330 B
Plaintext
12 lines
330 B
Plaintext
# File for specialities regarding replication from or to InnoDB
|
|
# tables.
|
|
|
|
source include/master-slave.inc;
|
|
source include/have_tokudb.inc;
|
|
source include/have_binlog_format_statement.inc;
|
|
# gtids disabled because it tests DROP TEMPORARY inside a transaction
|
|
|
|
source extra/rpl_tests/rpl_tokudb.test;
|
|
|
|
--source include/rpl_end.inc
|