mirror of
https://github.com/MariaDB/server.git
synced 2025-03-26 17:08:41 +01:00
MDEV-25719 post-merge correction: wsrep_debug=ON -> wsrep_debug=1
This commit is contained in:
parent
66165ae221
commit
16502e8cf3
2 changed files with 3 additions and 1 deletions
mysql-test/suite/galera
|
@ -1,3 +1,5 @@
|
|||
connection node_2;
|
||||
connection node_1;
|
||||
SELECT 1;
|
||||
1
|
||||
1
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
[mysqld]
|
||||
wsrep_sst_method=mariabackup
|
||||
wsrep_sst_auth="root:"
|
||||
wsrep_debug=ON
|
||||
wsrep_debug=1
|
||||
|
||||
[sst]
|
||||
transferfmt=@ENV.MTR_GALERA_TFMT
|
||||
|
|
Loading…
Add table
Reference in a new issue