diff options
Diffstat (limited to 'sql/threadpool.h')
-rw-r--r-- | sql/threadpool.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sql/threadpool.h b/sql/threadpool.h index c080e5ba343..50dee35511b 100644 --- a/sql/threadpool.h +++ b/sql/threadpool.h @@ -67,4 +67,5 @@ extern void tp_set_threadpool_stall_limit(uint val); /* Activate threadpool scheduler */ extern void tp_scheduler(void); -extern int show_threadpool_idle_threads(THD *thd, SHOW_VAR *var, char *buff); +extern int show_threadpool_idle_threads(THD *thd, SHOW_VAR *var, char *buff, + enum enum_var_type scope); |