diff --git a/mysql-test/r/mysqld--help.result b/mysql-test/r/mysqld--help.result index 47d66b5057d..5262b01e08a 100644 --- a/mysql-test/r/mysqld--help.result +++ b/mysql-test/r/mysqld--help.result @@ -874,6 +874,7 @@ The following options may be given as the first argument: --wsrep-dbug-option=name DBUG options to provider library --wsrep-debug To enable debug level logging + --wsrep-desync To desynchronize the node from the cluster --wsrep-drupal-282555-workaround To use a workaround forbad autoincrement value --wsrep-forced-binlog-format=name @@ -1182,6 +1183,7 @@ wsrep-convert-LOCK-to-trx FALSE wsrep-data-home-dir wsrep-dbug-option wsrep-debug FALSE +wsrep-desync FALSE wsrep-drupal-282555-workaround FALSE wsrep-forced-binlog-format NONE wsrep-load-data-splitting TRUE diff --git a/mysql-test/suite/perfschema/r/all_instances.result b/mysql-test/suite/perfschema/r/all_instances.result index 34144dfecb1..bc3008dc771 100644 --- a/mysql-test/suite/perfschema/r/all_instances.result +++ b/mysql-test/suite/perfschema/r/all_instances.result @@ -68,6 +68,7 @@ wait/synch/mutex/sql/LOCK_thread_count wait/synch/mutex/sql/LOCK_user_conn wait/synch/mutex/sql/LOCK_user_locks wait/synch/mutex/sql/LOCK_uuid_short_generator +wait/synch/mutex/sql/LOCK_wsrep_desync wait/synch/mutex/sql/LOCK_wsrep_ready wait/synch/mutex/sql/LOCK_wsrep_replaying wait/synch/mutex/sql/LOCK_wsrep_rollback diff --git a/mysql-test/suite/sys_vars/r/all_vars.result b/mysql-test/suite/sys_vars/r/all_vars.result index f18fad9815d..adfd9f3bbe6 100644 --- a/mysql-test/suite/sys_vars/r/all_vars.result +++ b/mysql-test/suite/sys_vars/r/all_vars.result @@ -20,6 +20,7 @@ wsrep_convert_lock_to_trx wsrep_data_home_dir wsrep_dbug_option wsrep_debug +wsrep_desync wsrep_drupal_282555_workaround wsrep_forced_binlog_format wsrep_load_data_splitting