summaryrefslogtreecommitdiff
path: root/include/thread_pool_priv.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/thread_pool_priv.h')
-rw-r--r--include/thread_pool_priv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/thread_pool_priv.h b/include/thread_pool_priv.h
index 78526894e21..84c7faa2e2b 100644
--- a/include/thread_pool_priv.h
+++ b/include/thread_pool_priv.h
@@ -61,6 +61,7 @@ uint thd_get_net_read_write(THD *thd);
void thd_set_mysys_var(THD *thd, st_my_thread_var *mysys_var);
ulong thd_get_net_wait_timeout(THD *thd);
my_socket thd_get_fd(THD *thd);
+int thd_store_globals(THD* thd);
THD *first_global_thread();
THD *next_global_thread(THD *thd);