Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
e6e026ae
Commit
e6e026ae
authored
Nov 23, 2017
by
Ian Gilfillan
Committed by
Sergey Vojtovich
Nov 29, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update wsrep_sync_wait documentation as per MW-86
parent
22936df6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
mysql-test/r/mysqld--help.result
mysql-test/r/mysqld--help.result
+2
-2
sql/sys_vars.cc
sql/sys_vars.cc
+2
-2
No files found.
mysql-test/r/mysqld--help.result
View file @
e6e026ae
...
...
@@ -942,8 +942,8 @@ The following options may be given as the first argument:
--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
READ(includes SELECT
and BEGIN/START TRANSACTION); 2 -
UPDATE and DELETE; 4 - INSERT and REPLACE; 8 - SHOW
Variables (--variable-name=value)
allow-suspicious-udfs FALSE
...
...
sql/sys_vars.cc
View file @
e6e026ae
...
...
@@ -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),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment