mirror of
https://github.com/MariaDB/server.git
synced 2025-01-30 18:41:56 +01:00
c7feacb0de
This commit checks the validity of value change of wsrep_sst_method variable. The validity check is same as happens in donor node when incoming SST request is parsed. The commit has also a mtr test: wsrep.wsrep_variables_sst_method which verifies that wsrep_sst_method can be succesfully changed to acceptable values and that the SET command results in error if invalid value was entered. Signed-off-by: Julius Goryavsky <julius.goryavsky@mariadb.com>
7 lines
127 B
INI
7 lines
127 B
INI
!include ../my.cnf
|
|
|
|
[mysqld.1]
|
|
wsrep-on=ON
|
|
wsrep-cluster-address=gcomm://
|
|
wsrep-provider=@ENV.WSREP_PROVIDER
|
|
binlog-format=ROW
|