mirror of
https://github.com/MariaDB/server.git
synced 2026-05-10 00:54:30 +02:00
Bug#17873011 NO DEPRECATION WARNING FOR THREAD_CONCURRENCY
Description: THREAD_CONCURRENCY is deprecated and there is no deprecation warning message while setting this variable while starting the server. Analysis: This variable is specific to Solaris 8 and earlier systems and is ignored on all other platforms. But since many customers, who uses other than Solaris, still has this variable in their configuration file, it is important to have a deprecation warning. Fix: THREAD_CONCURRENCY deprecation warning message is added.
This commit is contained in:
parent
43268d20e7
commit
cf50d1e6d6
4 changed files with 34 additions and 2 deletions
|
|
@ -411,6 +411,7 @@ enum options_mysqld
|
|||
OPT_SSL_CERT,
|
||||
OPT_SSL_CIPHER,
|
||||
OPT_SSL_KEY,
|
||||
OPT_THREAD_CONCURRENCY,
|
||||
OPT_UPDATE_LOG,
|
||||
OPT_WANT_CORE,
|
||||
OPT_ENGINE_CONDITION_PUSHDOWN,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue