mirror of
https://github.com/MariaDB/server.git
synced 2025-11-25 17:25:02 +03:00
The rpl_row_img_sequence test can fail on resource constrained buildbot machines due to its high space consumption. To reduce this footprint, the test is split into three parts, one for each value of the binlog_row_img variable.
22 lines
301 B
INI
22 lines
301 B
INI
!include include/default_mysqld.cnf
|
|
|
|
[mysqld.1]
|
|
log-slave-updates
|
|
innodb
|
|
gtid_domain_id=0
|
|
|
|
[mysqld.2]
|
|
log-slave-updates
|
|
innodb
|
|
gtid_domain_id=1
|
|
|
|
[mysqld.3]
|
|
log-slave-updates
|
|
innodb
|
|
gtid_domain_id=2
|
|
|
|
[ENV]
|
|
SERVER_MYPORT_1= @mysqld.1.port
|
|
SERVER_MYPORT_2= @mysqld.2.port
|
|
SERVER_MYPORT_3= @mysqld.3.port
|