mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 05:22:25 +01:00
f369942d90
* remove part of galera_var_cluster_address.test that can not be tested reliably * reduce running time for galera_gcache_recover_manytrx.test * Additional wait_conditions for GAL-401.test Signed-off-by: Sachin Setiya <sachin.setiya@mariadb.com>
9 lines
298 B
INI
9 lines
298 B
INI
!include ../galera_2nodes.cnf
|
|
|
|
[mysqld.1]
|
|
innodb_log_file_size=110M
|
|
wsrep_provider_options='base_port=@mysqld.1.#galera_port;gcache.recover=yes;pc.ignore_sb=true;'
|
|
|
|
[mysqld.2]
|
|
innodb_log_file_size=110M
|
|
wsrep_provider_options='base_port=@mysqld.2.#galera_port;gcache.recover=yes;pc.ignore_sb=true;'
|