mirror of
https://github.com/MariaDB/server.git
synced 2025-02-05 13:22:17 +01:00
9 lines
No EOL
186 B
INI
9 lines
No EOL
186 B
INI
!include ../my.cnf
|
|
|
|
[mysqld.1]
|
|
wsrep-on=ON
|
|
binlog-format=ROW
|
|
innodb-flush-log-at-trx-commit=1
|
|
wsrep-cluster-address=gcomm://
|
|
wsrep-provider=@ENV.WSREP_PROVIDER
|
|
innodb-autoinc-lock-mode=2 |