mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
--skip-name-resolve=0 didn't work
custom code in `case OPT_SKIP_RESOLVE` was overriding the correct value from handle_options().
This commit is contained in:
@ -680,7 +680,6 @@ enum options_mysqld
|
||||
OPT_SERVER_ID,
|
||||
OPT_SILENT,
|
||||
OPT_SKIP_HOST_CACHE,
|
||||
OPT_SKIP_RESOLVE,
|
||||
OPT_SLAVE_PARALLEL_MODE,
|
||||
OPT_SSL_CA,
|
||||
OPT_SSL_CAPATH,
|
||||
|
Reference in New Issue
Block a user