diff options
Diffstat (limited to 'sql/threadpool_common.cc')
-rw-r--r-- | sql/threadpool_common.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/threadpool_common.cc b/sql/threadpool_common.cc index 5152f62efe9..dc8ef9f6cfd 100644 --- a/sql/threadpool_common.cc +++ b/sql/threadpool_common.cc @@ -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*); |