summaryrefslogtreecommitdiff
path: root/plugin/feedback/feedback.cc
diff options
context:
space:
mode:
authorVicențiu Ciorbaru <vicentiu@mariadb.org>2020-01-21 15:39:02 +0200
committerVicențiu Ciorbaru <vicentiu@mariadb.org>2020-02-13 13:42:01 +0200
commit8bbcaab160c74049f88cc7be3c37b5a7f6aa41a2 (patch)
tree9e4744ffe91a3664beeffbf954ba15cb85fef75b /plugin/feedback/feedback.cc
parentfc5a4cfdf5ead679dac0937d6792ede11b2b3938 (diff)
downloadmariadb-git-8bbcaab160c74049f88cc7be3c37b5a7f6aa41a2.tar.gz
MDEV-18650: Options deprecated in previous versions - thread_concurrency
thread_concurrency was ignored since 5.5. Remove it.
Diffstat (limited to 'plugin/feedback/feedback.cc')
-rw-r--r--plugin/feedback/feedback.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugin/feedback/feedback.cc b/plugin/feedback/feedback.cc
index 6d6ef468cc6..b0fbc1abcde 100644
--- a/plugin/feedback/feedback.cc
+++ b/plugin/feedback/feedback.cc
@@ -184,7 +184,6 @@ static LEX_STRING vars_filter[]= {
{C_STRING_WITH_LEN("table_open_cache")},
{C_STRING_WITH_LEN("thread_handling")},
{C_STRING_WITH_LEN("time_zone")},
- {C_STRING_WITH_LEN("timed_mutexes")},
{C_STRING_WITH_LEN("version%")},
{0, 0}
};