mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Fix threadpool after it was broken by MDEV-6150
This commit is contained in:
@ -30,7 +30,7 @@ extern uint threadpool_oversubscribe; /* Maximum active threads in group */
|
||||
extern void threadpool_cleanup_connection(THD *thd);
|
||||
extern void threadpool_remove_connection(THD *thd);
|
||||
extern int threadpool_process_request(THD *thd);
|
||||
extern int threadpool_add_connection(THD *thd);
|
||||
extern THD* threadpool_add_connection(CONNECT *connect, void *scheduled_data);
|
||||
|
||||
/*
|
||||
Functions used by scheduler.
|
||||
|
Reference in New Issue
Block a user