mirror of
https://github.com/MariaDB/server.git
synced 2025-02-09 23:24:11 +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
11 lines
278 B
Text
11 lines
278 B
Text
-- source include/have_innodb.inc
|
|
-- source include/have_binlog_format_row.inc
|
|
-- source include/master-slave.inc
|
|
|
|
connection slave;
|
|
let $bit_field_special = ALL_LOSSY;
|
|
let $type= 'INNODB' ;
|
|
let $extra_index= ;
|
|
-- source include/rpl_row_basic.test
|
|
|
|
--source include/rpl_end.inc
|