From 4b9bbe8b7eb4e24c4b0defbd750c1c609c675ed5 Mon Sep 17 00:00:00 2001 From: Mikael Ronstrom Date: Fri, 14 Jan 2011 18:01:22 +0100 Subject: [PATCH] Updated plugin.defs with thread pool --- mysql-test/include/plugin.defs | 1 + 1 file changed, 1 insertion(+) diff --git a/mysql-test/include/plugin.defs b/mysql-test/include/plugin.defs index 4da03dc2cc9..5192dccabf7 100644 --- a/mysql-test/include/plugin.defs +++ b/mysql-test/include/plugin.defs @@ -39,3 +39,4 @@ ha_archive storage/archive ARCHIVE_PLUGIN ha_blackhole storage/blackhole BLACKHOLE_PLUGIN ha_federated storage/federated FEDERATED_PLUGIN mypluglib plugin/fulltext SIMPLE_PARSER +thread_pool plugin/thread_pool THREADPOOL_PLUGIN thread_pool,TP_THREAD_STATE,TP_THREAD_GROUP_STATE,TP_THREAD_GROUP_STATS