polardbxengine/mysql-test/suite/xengine_rpl_basic/t/rpl_row_img.cnf

26 lines
622 B
Plaintext

!include include/default_mysqld.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]
new=1
innodb_flush_log_at_trx_commit= 0
[mysqld.2]
new=1
innodb_flush_log_at_trx_commit= 0
[mysqld.3]
new=1
innodb_flush_log_at_trx_commit= 0
loose-innodb_write_io_threads= 2
loose-innodb_read_io_threads= 2
[ENV]
SERVER_MYPORT_1= @mysqld.1.port
SERVER_MYPORT_2= @mysqld.2.port
SERVER_MYPORT_3= @mysqld.3.port