diff options
-rw-r--r-- | include/mysql/thread_pool_priv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mysql/thread_pool_priv.h b/include/mysql/thread_pool_priv.h index e9b729d6913..2e8312d98ca 100644 --- a/include/mysql/thread_pool_priv.h +++ b/include/mysql/thread_pool_priv.h @@ -50,6 +50,6 @@ extern MYSQL_PLUGIN_IMPORT ulong thread_created; extern MYSQL_PLUGIN_IMPORT ulong max_connections; extern MYSQL_PLUGIN_IMPORT mysql_cond_t COND_thread_count; extern MYSQL_PLUGIN_IMPORT pthread_attr_t connection_attrib; -extern MYSQL_PLUGIN_IMPORT I_List<THD> threads; +/* extern MYSQL_PLUGIN_IMPORT I_List<THD> threads; */ extern MYSQL_PLUGIN_IMPORT PSI_thread_key key_thread_one_connection; #endif |