mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 02:05:57 +01:00
updated test results
This commit is contained in:
parent
427daab74f
commit
77fae5af00
2 changed files with 7 additions and 1 deletions
|
@ -878,6 +878,10 @@ The following options may be given as the first argument:
|
|||
To use a workaround forbad autoincrement value
|
||||
--wsrep-forced-binlog-format=name
|
||||
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
|
||||
To log multi-master conflicts
|
||||
--wsrep-max-ws-rows=#
|
||||
|
@ -1180,6 +1184,7 @@ wsrep-dbug-option
|
|||
wsrep-debug FALSE
|
||||
wsrep-drupal-282555-workaround FALSE
|
||||
wsrep-forced-binlog-format NONE
|
||||
wsrep-load-data-splitting TRUE
|
||||
wsrep-log-conflicts FALSE
|
||||
wsrep-max-ws-rows 131072
|
||||
wsrep-max-ws-size 1073741824
|
||||
|
@ -1197,7 +1202,7 @@ wsrep-slave-threads 1
|
|||
wsrep-sst-auth (No default value)
|
||||
wsrep-sst-donor
|
||||
wsrep-sst-donor-rejects-queries FALSE
|
||||
wsrep-sst-method mysqldump
|
||||
wsrep-sst-method rsync
|
||||
wsrep-sst-receive-address AUTO
|
||||
wsrep-start-position 00000000-0000-0000-0000-000000000000:-1
|
||||
|
||||
|
|
|
@ -22,6 +22,7 @@ wsrep_dbug_option
|
|||
wsrep_debug
|
||||
wsrep_drupal_282555_workaround
|
||||
wsrep_forced_binlog_format
|
||||
wsrep_load_data_splitting
|
||||
wsrep_log_conflicts
|
||||
wsrep_max_ws_rows
|
||||
wsrep_max_ws_size
|
||||
|
|
Loading…
Add table
Reference in a new issue