From d947cd8eabf0d3ae6994ebb6e09d435eadc6ea56 Mon Sep 17 00:00:00 2001 From: Mikael Ronstrom Date: Mon, 24 Jan 2011 15:04:35 +0100 Subject: [PATCH] Temporary fix --- include/mysql/thread_pool_priv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 threads; +/* extern MYSQL_PLUGIN_IMPORT I_List threads; */ extern MYSQL_PLUGIN_IMPORT PSI_thread_key key_thread_one_connection; #endif