27 lines
536 B
Plaintext
27 lines
536 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]
|
|
server_id=1
|
|
|
|
[mysqld.2]
|
|
server_id=2
|
|
report-host=
|
|
report-user=
|
|
|
|
[mysqld.3]
|
|
server_id=3
|
|
report-host=slave2
|
|
loose-innodb_write_io_threads= 2
|
|
loose-innodb_read_io_threads= 2
|
|
|
|
[ENV]
|
|
SLAVE_MYPORT2= @mysqld.3.port
|
|
SLAVE_MYSOCK2= @mysqld.3.socket
|
|
|
|
|