Commit ac2a2f34 authored by Nirbhay Choubey's avatar Nirbhay Choubey

MDEV-6659: mysqld --help --verbose initializes wsrep

Do not initialize/load wsrep subsystem if server is
started in help mode.
parent 76d15afb
...@@ -4994,7 +4994,7 @@ a file name for --log-bin-index option", opt_binlog_index_name); ...@@ -4994,7 +4994,7 @@ a file name for --log-bin-index option", opt_binlog_index_name);
after SST has happened after SST has happened
*/ */
} }
if (!wsrep_recovery) if (!wsrep_recovery && !opt_help)
{ {
if (opt_bootstrap) // bootsrap option given - disable wsrep functionality if (opt_bootstrap) // bootsrap option given - disable wsrep functionality
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment