diff options
author | Mikael Ronstrom <mikael.ronstrom@oracle.com> | 2011-01-24 15:04:35 +0100 |
---|---|---|
committer | Mikael Ronstrom <mikael.ronstrom@oracle.com> | 2011-01-24 15:04:35 +0100 |
commit | d947cd8eabf0d3ae6994ebb6e09d435eadc6ea56 (patch) | |
tree | 2bf08c744ee80cfb8a6b70da654b99ad03671201 /include | |
parent | 416b7144d50304a428938bb23848f2db8331824d (diff) | |
download | mariadb-git-d947cd8eabf0d3ae6994ebb6e09d435eadc6ea56.tar.gz |
Temporary fix
Diffstat (limited to 'include')
-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 |