summaryrefslogtreecommitdiff
path: root/sql/mysqld.h
diff options
context:
space:
mode:
authorArun Kuruvila <arun.kuruvila@oracle.com>2014-07-02 14:52:52 +0530
committerArun Kuruvila <arun.kuruvila@oracle.com>2014-07-02 14:52:52 +0530
commit8a4ec676ed051494fb233173c2565fc11ee3083c (patch)
treeb886a6cde80fe45355dc82e6a89234a023d40210 /sql/mysqld.h
parenta69ab08b0b30a9c49047257f3eaf51dc0f041c06 (diff)
downloadmariadb-git-8a4ec676ed051494fb233173c2565fc11ee3083c.tar.gz
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.
Diffstat (limited to 'sql/mysqld.h')
-rw-r--r--sql/mysqld.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/mysqld.h b/sql/mysqld.h
index bd93264d50d..655fb93df73 100644
--- a/sql/mysqld.h
+++ b/sql/mysqld.h
@@ -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,