44 lines
1015 B
Plaintext
44 lines
1015 B
Plaintext
!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]
|
|
|
|
[mysqld.2]
|
|
relay-log-purge=0
|
|
relay-log-recovery=1
|
|
sync_relay_log=10
|
|
max-relay-log-size=1073741824
|
|
relay-log=relaylog-msr
|
|
relay-log-index=relaylog-msr.index
|
|
sync-master-info=10
|
|
master-info-file=master-msr.information
|
|
relay-log-info-file=relaylog-msr.information
|
|
|
|
|
|
[mysqld.3]
|
|
loose-innodb_write_io_threads= 2
|
|
loose-innodb_read_io_threads= 2
|
|
|
|
[mysqld.4]
|
|
loose-innodb_write_io_threads= 2
|
|
loose-innodb_read_io_threads= 2
|
|
|
|
[mysqld.5]
|
|
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
|
|
|
|
SERVER_MYPORT_4= @mysqld.4.port
|
|
SERVER_MYSOCK_4= @mysqld.4.socket
|
|
|
|
SERVER_MYPORT_5= @mysqld.5.port
|
|
SERVER_MYSOCK_5= @mysqld.5.socket
|
|
|