summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Dorňák <jdornak@redhat.com>2017-04-30 14:40:38 +1000
committerDaniel Black <grooverdan@users.sourceforge.net>2017-04-30 14:40:38 +1000
commit92316dcdeb01c1da208f92445d68411ab3ecefa8 (patch)
tree9cbd02bc1a0fd6b0171bc21f7c12c9ea0137f435
parent2cd585ad34a64b250a17e29301ffd72d8ddb4d9c (diff)
downloadmariadb-git-92316dcdeb01c1da208f92445d68411ab3ecefa8.tar.gz
wsrep.cnf - wsrep_on=1 by default
From: https://github.com/devexp-db/mariadb/blob/f27/mariadb-galera.cnf.patch
-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