mirror of
https://github.com/MariaDB/server.git
synced 2025-04-07 07:45:33 +02:00
15 lines
288 B
INI
15 lines
288 B
INI
!include ../galera_2nodes.cnf
|
|
|
|
[mysqld.1]
|
|
wsrep-node-name="node1"
|
|
log_bin=binlog
|
|
log_slave_updates=ON
|
|
wsrep_sst_method=rsync
|
|
thread_handling = pool-of-threads
|
|
|
|
[mysqld.2]
|
|
wsrep-node-name="node2"
|
|
log_bin=binlog
|
|
log_slave_updates=ON
|
|
wsrep_sst_method=rsync
|
|
thread_handling = pool-of-threads
|