mirror of
https://github.com/MariaDB/server.git
synced 2025-05-11 13:21:44 +03:00
Renamed suite/rpl/include/rpl_sync.inc to rpl_sync_test.inc to remove clash with include/rpl_sync.inc
8 lines
242 B
Plaintext
8 lines
242 B
Plaintext
#####################################
|
|
# Wrapper for rpl_auto_increment.test#
|
|
#####################################
|
|
-- source include/have_innodb.inc
|
|
let $engine_type=innodb;
|
|
let $engine_type2=myisam;
|
|
-- source include/rpl_auto_increment.test
|