mirror of
https://github.com/MariaDB/server.git
synced 2025-01-21 22:34:18 +01:00
87a5e68634
This is backport for next-mr. The patch adds new test cases that cover replication heartbeat testing.
17 lines
165 B
INI
17 lines
165 B
INI
!include ../my.cnf
|
|
|
|
[mysqld.1]
|
|
server_id=1
|
|
|
|
[mysqld.2]
|
|
server_id=2
|
|
|
|
[mysqld.3]
|
|
server_id=3
|
|
|
|
[ENV]
|
|
SLAVE_MYPORT1= @mysqld.3.port
|
|
SLAVE_MYSOCK1= @mysqld.3.socket
|
|
|
|
|
|
|