Skip to content
Permalink
Browse files
MDEV-25719 post-merge correction: wsrep_debug=ON -> wsrep_debug=1
  • Loading branch information
sysprg committed May 22, 2021
1 parent b2556b2 commit 2c90dc0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
@@ -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

0 comments on commit 2c90dc0

Please sign in to comment.