mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
small cleanups
This commit is contained in:
@ -10,6 +10,12 @@ extern uint threadpool_max_threads; /* Maximum threads in pool */
|
||||
extern uint threadpool_oversubscribe; /* Maximum active threads in group */
|
||||
|
||||
|
||||
|
||||
/* Common thread pool routines, suitable for different implementations */
|
||||
extern void threadpool_remove_connection(THD *thd);
|
||||
extern int threadpool_process_request(THD *thd);
|
||||
extern int threadpool_add_connection(THD *thd);
|
||||
|
||||
/*
|
||||
Functions used by scheduler.
|
||||
OS-specific implementations are in
|
||||
|
Reference in New Issue
Block a user