1
0
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:
Sergei Golubchik
2014-09-28 16:43:44 +02:00
parent eaec266eb1
commit b3469520a1
5 changed files with 10 additions and 12 deletions

View File

@ -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