diff options
author | Vladislav Vaintroub <wlad@montyprogram.com> | 2012-02-28 13:16:17 +0100 |
---|---|---|
committer | Vladislav Vaintroub <wlad@montyprogram.com> | 2012-02-28 13:16:17 +0100 |
commit | ec89275da79a07e8906a6635c97c8925f9610bef (patch) | |
tree | caa489ac345c382cb2c2d1d7c4ca5ec4989090f1 /mysql-test/include/mysqld--help.inc | |
parent | f0c682858f26efcebabb558068aa567eed44632e (diff) | |
parent | b64a2fef59bf7269a51884e74197d78c5ff203ff (diff) | |
download | mariadb-git-ec89275da79a07e8906a6635c97c8925f9610bef.tar.gz |
merge threadpool
Diffstat (limited to 'mysql-test/include/mysqld--help.inc')
-rw-r--r-- | mysql-test/include/mysqld--help.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/include/mysqld--help.inc b/mysql-test/include/mysqld--help.inc index 107f80ba125..85f420f3c7b 100644 --- a/mysql-test/include/mysqld--help.inc +++ b/mysql-test/include/mysqld--help.inc @@ -22,7 +22,7 @@ perl; # Plugins which may or may not be there: @plugins=qw/innodb ndb archive blackhole federated partition ndbcluster feedback debug temp-pool ssl des-key-file - xtradb thread-concurrency super-large-pages mutex-deadlock-detector null-audit maria aria pbxt oqgraph sphinx/; + xtradb thread-concurrency super-large-pages mutex-deadlock-detector null-audit maria aria pbxt oqgraph sphinx thread-handling thread-pool/; # And substitute the content some environment variables with their # names: |