mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
BUG#59549, Fix compiler errors on Windows, step 5
This commit is contained in:
parent
c6de041ebc
commit
416b7144d5
3 changed files with 21 additions and 11 deletions
|
|
@ -46,5 +46,10 @@ bool init_new_connection_handler_thread();
|
|||
max_connections is needed to calculate the maximum number of threads
|
||||
that is allowed to be started by the thread pool.
|
||||
*/
|
||||
extern ulong thread_created, max_connections;
|
||||
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 PSI_thread_key key_thread_one_connection;
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue