mirror of
https://github.com/MariaDB/server.git
synced 2025-11-27 05:41:41 +03:00
Modified test configuration file to use wsrep_sync_wait to make sure committed transactions are replicated before next operation. Signed-off-by: Julius Goryavsky <julius.goryavsky@mariadb.com>
21 lines
655 B
INI
21 lines
655 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]
|
|
wsrep-debug=1
|
|
wsrep-sync_wait=15
|
|
loose-galera_sst_mysqldump_with_key=1
|
|
|
|
[mysqld.1]
|
|
wsrep_provider_options='base_port=@mysqld.1.#galera_port;gcache.size=1;pc.ignore_sb=true'
|
|
|
|
[mysqld.2]
|
|
wsrep_provider_options='base_port=@mysqld.2.#galera_port;gcache.size=1;pc.ignore_sb=true'
|
|
|
|
[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
|