Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions support-files/wsrep.cnf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# The rest of defaults should work out of the box.

##
## mysqld options _MANDATORY_ for correct opration of the cluster
## mariadbd options _MANDATORY_ for correct operation of the cluster
##
[mysqld]

Expand Down Expand Up @@ -87,8 +87,9 @@ wsrep_auto_increment_control=1
# retry autoinc insert, which failed for duplicate key error
wsrep_drupal_282555_workaround=0

# enable "strictly synchronous" semantics for read operations
Comment thread
janlindstrom marked this conversation as resolved.
wsrep_causal_reads=0
# Syncronization causality setting, (0 - disabled)
# same as deprecated and removed wsrep_causal_reads=0.
wsrep_sync_wait=0

# Command to call when node status or cluster membership changes.
# Will be passed all or some of the following options:
Expand Down