mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 02:05:57 +01:00
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:
parent
76d15afb33
commit
ac2a2f3453
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue