mirror of
https://github.com/MariaDB/server.git
synced 2025-02-02 12:01:42 +01:00
9 lines
230 B
Text
9 lines
230 B
Text
|
# File for specialities regarding replication from or to InnoDB
|
||
|
# tables.
|
||
|
|
||
|
source include/master-slave.inc;
|
||
|
source include/have_innodb.inc;
|
||
|
source include/have_binlog_format_statement.inc;
|
||
|
|
||
|
source extra/rpl_tests/rpl_innodb.test;
|