summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMikael Ronstrom <mikael.ronstrom@oracle.com>2011-01-24 15:04:35 +0100
committerMikael Ronstrom <mikael.ronstrom@oracle.com>2011-01-24 15:04:35 +0100
commitd947cd8eabf0d3ae6994ebb6e09d435eadc6ea56 (patch)
tree2bf08c744ee80cfb8a6b70da654b99ad03671201 /include
parent416b7144d50304a428938bb23848f2db8331824d (diff)
downloadmariadb-git-d947cd8eabf0d3ae6994ebb6e09d435eadc6ea56.tar.gz
Temporary fix
Diffstat (limited to 'include')
-rw-r--r--include/mysql/thread_pool_priv.h2
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