mirror of
https://github.com/MariaDB/server.git
synced 2025-10-12 12:25:37 +03:00
Global variable wsrep_debug now can be used to filter wsrep-lib messages based on debug level provided. Type of wsrep_debug is now set to be unsigned int, so tests and configuration files changed accordingly.
23 lines
676 B
INI
23 lines
676 B
INI
!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'
|
|
wsrep_causal_reads=0
|
|
wsrep_sync_wait=0
|
|
|
|
[mysqld.2]
|
|
wsrep_provider_options='base_port=@mysqld.2.#galera_port;gcache.size=1;pc.ignore_sb=true'
|
|
wsrep_causal_reads=0
|
|
wsrep_sync_wait=0
|
|
|
|
[mysqld]
|
|
wsrep_debug=1
|
|
|
|
[client]
|
|
ssl-ca=@ENV.MYSQL_TEST_DIR/std_data/cacert.pem
|
|
ssl-cert=@ENV.MYSQL_TEST_DIR/std_data/client-cert.pem
|
|
ssl-key=@ENV.MYSQL_TEST_DIR/std_data/client-key.pem
|