mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
cleanup: remove OPT_WSREP_START_POSITION and OPT_WSREP_SST_AUTH
there is no reason to initialize wsrep start position and auth from inside the get_one_option() callback
This commit is contained in:
@ -599,8 +599,6 @@ enum options_mysqld
|
||||
OPT_WANT_CORE,
|
||||
OPT_MYSQL_COMPATIBILITY,
|
||||
OPT_MYSQL_TO_BE_IMPLEMENTED,
|
||||
OPT_WSREP_START_POSITION,
|
||||
OPT_WSREP_SST_AUTH,
|
||||
OPT_which_is_always_the_last
|
||||
};
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user