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
77fae5af
Commit
77fae5af
authored
Sep 19, 2013
by
Sergei Golubchik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated test results
parent
427daab7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
mysql-test/r/mysqld--help.result
mysql-test/r/mysqld--help.result
+6
-1
mysql-test/suite/sys_vars/r/all_vars.result
mysql-test/suite/sys_vars/r/all_vars.result
+1
-0
No files found.
mysql-test/r/mysqld--help.result
View file @
77fae5af
...
@@ -878,6 +878,10 @@ The following options may be given as the first argument:
...
@@ -878,6 +878,10 @@ The following options may be given as the first argument:
To use a workaround forbad autoincrement value
To use a workaround forbad autoincrement value
--wsrep-forced-binlog-format=name
--wsrep-forced-binlog-format=name
binlog format to take effect over user's choice
binlog format to take effect over user's choice
--wsrep-load-data-splitting
To commit LOAD DATA transaction after every 10K rows
inserted
(Defaults to on; use --skip-wsrep-load-data-splitting to disable.)
--wsrep-log-conflicts
--wsrep-log-conflicts
To log multi-master conflicts
To log multi-master conflicts
--wsrep-max-ws-rows=#
--wsrep-max-ws-rows=#
...
@@ -1180,6 +1184,7 @@ wsrep-dbug-option
...
@@ -1180,6 +1184,7 @@ wsrep-dbug-option
wsrep-debug FALSE
wsrep-debug FALSE
wsrep-drupal-282555-workaround FALSE
wsrep-drupal-282555-workaround FALSE
wsrep-forced-binlog-format NONE
wsrep-forced-binlog-format NONE
wsrep-load-data-splitting TRUE
wsrep-log-conflicts FALSE
wsrep-log-conflicts FALSE
wsrep-max-ws-rows 131072
wsrep-max-ws-rows 131072
wsrep-max-ws-size 1073741824
wsrep-max-ws-size 1073741824
...
@@ -1197,7 +1202,7 @@ wsrep-slave-threads 1
...
@@ -1197,7 +1202,7 @@ wsrep-slave-threads 1
wsrep-sst-auth (No default value)
wsrep-sst-auth (No default value)
wsrep-sst-donor
wsrep-sst-donor
wsrep-sst-donor-rejects-queries FALSE
wsrep-sst-donor-rejects-queries FALSE
wsrep-sst-method
mysqldump
wsrep-sst-method
rsync
wsrep-sst-receive-address AUTO
wsrep-sst-receive-address AUTO
wsrep-start-position 00000000-0000-0000-0000-000000000000:-1
wsrep-start-position 00000000-0000-0000-0000-000000000000:-1
...
...
mysql-test/suite/sys_vars/r/all_vars.result
View file @
77fae5af
...
@@ -22,6 +22,7 @@ wsrep_dbug_option
...
@@ -22,6 +22,7 @@ wsrep_dbug_option
wsrep_debug
wsrep_debug
wsrep_drupal_282555_workaround
wsrep_drupal_282555_workaround
wsrep_forced_binlog_format
wsrep_forced_binlog_format
wsrep_load_data_splitting
wsrep_log_conflicts
wsrep_log_conflicts
wsrep_max_ws_rows
wsrep_max_ws_rows
wsrep_max_ws_size
wsrep_max_ws_size
...
...
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