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

Do not initialize/load wsrep subsystem if server is
started in help mode.
This commit is contained in:
Nirbhay Choubey 2014-09-16 12:42:17 -04:00
parent 76d15afb33
commit ac2a2f3453

View file

@ -4994,7 +4994,7 @@ a file name for --log-bin-index option", opt_binlog_index_name);
after SST has happened
*/
}
if (!wsrep_recovery)
if (!wsrep_recovery && !opt_help)
{
if (opt_bootstrap) // bootsrap option given - disable wsrep functionality
{