mirror of
https://github.com/MariaDB/server.git
synced 2025-07-04 01:23:45 +03:00
galera_var_wsrep_on_off : Add wait conditions to make sure DDL is replicated before continuing. wsrep.[variables|variables_debug] : Remove unnecessary parts and add check to correct number of variables or skip galera_ssl_reload: Add version check and SSL checks.
8 lines
127 B
INI
8 lines
127 B
INI
!include ../my.cnf
|
|
|
|
[mysqld.1]
|
|
wsrep-on=ON
|
|
wsrep-cluster-address=gcomm://
|
|
wsrep-provider=@ENV.WSREP_PROVIDER
|
|
binlog-format=ROW
|