mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 02:05:57 +01:00
Galera MTR Tests: Use wsrep_sst_auth for tests that use xtrabackup + IST
This commit is contained in:
parent
2ea16b995d
commit
f1a00ed514
2 changed files with 3 additions and 0 deletions
|
@ -2,6 +2,8 @@
|
|||
|
||||
[mysqld]
|
||||
wsrep_sst_method=xtrabackup-v2
|
||||
wsrep_sst_auth=root:
|
||||
|
||||
innodb_flush_log_at_trx_commit=0
|
||||
|
||||
[mysqld.1]
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
[mysqld]
|
||||
wsrep_sst_method=xtrabackup-v2
|
||||
wsrep_sst_auth=root:
|
||||
|
||||
[mysqld.1]
|
||||
wsrep_provider_options='base_port=@mysqld.1.#galera_port;pc.ignore_sb=true'
|
||||
|
|
Loading…
Add table
Reference in a new issue