mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 19:11:46 +01:00
12 lines
411 B
Text
12 lines
411 B
Text
|
!include ../galera_2nodes.cnf
|
||
|
|
||
|
# We do not set mysqldump-related SST options here because doing so on startup
|
||
|
# causes the first MTR connection to be forefully dropped by Galera, which in turn confuses MTR
|
||
|
|
||
|
[mysqld.1]
|
||
|
wsrep_provider_options='base_port=@mysqld.1.#galera_port;gcache.size=1;pc.ignore_sb=true'
|
||
|
|
||
|
[mysqld.2]
|
||
|
wsrep_provider_options='base_port=@mysqld.2.#galera_port;gcache.size=1;pc.ignore_sb=true'
|
||
|
|