summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Lindström <jan.lindstrom@mariadb.com>2017-05-02 16:29:19 +0300
committerGitHub <noreply@github.com>2017-05-02 16:29:19 +0300
commitf359f664e9e4de804ffd33e222d00c6140655452 (patch)
tree9cbd02bc1a0fd6b0171bc21f7c12c9ea0137f435
parent2cd585ad34a64b250a17e29301ffd72d8ddb4d9c (diff)
parent92316dcdeb01c1da208f92445d68411ab3ecefa8 (diff)
downloadmariadb-git-f359f664e9e4de804ffd33e222d00c6140655452.tar.gz
Merge pull request #374 from grooverdan/5.5-galera-wsrep.cnf.sh
MDEV-12646: wsrep.cnf - wsrep_on=1 by default
-rw-r--r--support-files/wsrep.cnf.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/support-files/wsrep.cnf.sh b/support-files/wsrep.cnf.sh
index a5390855ca1..51ce3dca2dd 100644
--- a/support-files/wsrep.cnf.sh
+++ b/support-files/wsrep.cnf.sh
@@ -30,6 +30,9 @@ bind-address=0.0.0.0
## WSREP options
##
+# Enable wsrep
+wsrep_on=1
+
# Full path to wsrep provider library or 'none'
wsrep_provider=none