mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
small cleanups
This commit is contained in:
@ -19,6 +19,9 @@ uint threadpool_stall_limit;
|
||||
uint threadpool_max_threads;
|
||||
uint threadpool_oversubscribe;
|
||||
|
||||
/* Stats */
|
||||
TP_STATISTICS tp_stats;
|
||||
|
||||
|
||||
extern "C" pthread_key(struct st_my_thread_var*, THR_KEY_mysys);
|
||||
extern bool do_command(THD*);
|
||||
|
Reference in New Issue
Block a user