summaryrefslogtreecommitdiff
path: root/sql/sys_vars.cc
diff options
context:
space:
mode:
authorIan Gilfillan <github@greenman.co.za>2017-11-23 14:02:36 +0200
committerSergey Vojtovich <svoj@mariadb.org>2017-11-29 12:23:44 +0400
commite6e026ae51a77969749de201d491a176483bbc69 (patch)
tree9e2cc3343518fe10d1abead721fd145cb1a64dd9 /sql/sys_vars.cc
parent22936df631633be2b136e6bf9a88b66e94fa1402 (diff)
downloadmariadb-git-e6e026ae51a77969749de201d491a176483bbc69.tar.gz
Update wsrep_sync_wait documentation as per MW-86
Diffstat (limited to 'sql/sys_vars.cc')
-rw-r--r--sql/sys_vars.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/sys_vars.cc b/sql/sys_vars.cc
index a0475c136ae..53b606c0336 100644
--- a/sql/sys_vars.cc
+++ b/sql/sys_vars.cc
@@ -3897,8 +3897,8 @@ static Sys_var_mybool Sys_wsrep_causal_reads(
static Sys_var_uint Sys_wsrep_sync_wait(
"wsrep_sync_wait", "Ensure \"synchronous\" read view before executing "
"an operation of the type specified by bitmask: 1 - READ(includes "
- "SELECT, SHOW and BEGIN/START TRANSACTION); 2 - UPDATE and DELETE; 4 - "
- "INSERT and REPLACE",
+ "SELECT and BEGIN/START TRANSACTION); 2 - UPDATE and DELETE; 4 - "
+ "INSERT and REPLACE; 8 - SHOW",
SESSION_VAR(wsrep_sync_wait), CMD_LINE(OPT_ARG),
VALID_RANGE(WSREP_SYNC_WAIT_NONE, WSREP_SYNC_WAIT_MAX),
DEFAULT(WSREP_SYNC_WAIT_NONE), BLOCK_SIZE(1),