diff options
author | Jakub Dorňák <jdornak@redhat.com> | 2017-04-30 14:40:38 +1000 |
---|---|---|
committer | Daniel Black <grooverdan@users.sourceforge.net> | 2017-04-30 14:40:38 +1000 |
commit | 92316dcdeb01c1da208f92445d68411ab3ecefa8 (patch) | |
tree | 9cbd02bc1a0fd6b0171bc21f7c12c9ea0137f435 /support-files | |
parent | 2cd585ad34a64b250a17e29301ffd72d8ddb4d9c (diff) | |
download | mariadb-git-92316dcdeb01c1da208f92445d68411ab3ecefa8.tar.gz |
wsrep.cnf - wsrep_on=1 by default
From: https://github.com/devexp-db/mariadb/blob/f27/mariadb-galera.cnf.patch
Diffstat (limited to 'support-files')
-rw-r--r-- | support-files/wsrep.cnf.sh | 3 |
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 |