mirror of
https://github.com/MariaDB/server.git
synced 2025-12-13 20:03:16 +03:00
11 lines
329 B
Plaintext
11 lines
329 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
|