1
0
mirror of https://github.com/MariaDB/server.git synced 2025-09-02 09:41:40 +03:00

Temporary fix

This commit is contained in:
Mikael Ronstrom
2011-01-24 15:04:35 +01:00
parent 787dd59926
commit a6686d0adc

View File

@@ -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