diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/mysql/thread_pool_priv.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/mysql/thread_pool_priv.h b/include/mysql/thread_pool_priv.h index b0b0aadc7ff..fc9a2bc6424 100644 --- a/include/mysql/thread_pool_priv.h +++ b/include/mysql/thread_pool_priv.h @@ -94,6 +94,8 @@ bool thd_is_connection_alive(THD *thd); void close_connection(THD *thd, uint errcode); /* End the connection before closing it */ void end_connection(THD *thd); +/* Cleanup the THD object */ +void thd_cleanup(THD *thd); /* Decrement connection counter */ void dec_connection_count(); /* Destroy THD object */ |