!include ../my.cnf # Set innodb-write-io-threads and innodb-read-io-threads to 2, # instead of the default value 4, so that the aio-max-nr limit # is not exceeded due to the increased number of concurrent mysqld # instances when MTR runs rpl tests with parallel 4 or more. [mysqld.1] gtid-mode=on enforce-gtid-consistency=on [mysqld.2] gtid-mode=on enforce-gtid-consistency=on replicate-ignore-table=test.t_ignore replicate-wild-ignore-table=test.t_wild_ignore replicate-ignore-db=db_ignore binlog-ignore-db=db_binlog_ignore [mysqld.3] gtid-mode=on enforce-gtid-consistency=on loose-innodb_write_io_threads= 2 loose-innodb_read_io_threads= 2 [ENV] SERVER_MYPORT_3= @mysqld.3.port SERVER_MYSOCK_3= @mysqld.3.socket