diff options
author | Mikael Ronström <mikael@dator9> | 2011-04-15 13:02:29 +0200 |
---|---|---|
committer | Mikael Ronström <mikael@dator9> | 2011-04-15 13:02:29 +0200 |
commit | 55557e223f6c89b16cbed2fecd90c26b519b6b92 (patch) | |
tree | 0ed5e67f74f213f5a22c9013c78d3127a1971b12 /include/mysql | |
parent | 60f8d6ab09158570c244faffe177ab26b2b1eb93 (diff) | |
download | mariadb-git-55557e223f6c89b16cbed2fecd90c26b519b6b92.tar.gz |
Changed name to better reflect function logic in accordance with WL#5788
Diffstat (limited to 'include/mysql')
-rw-r--r-- | include/mysql/thread_pool_priv.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/mysql/thread_pool_priv.h b/include/mysql/thread_pool_priv.h index e4257d0c876..3f4cf371024 100644 --- a/include/mysql/thread_pool_priv.h +++ b/include/mysql/thread_pool_priv.h @@ -46,8 +46,8 @@ void thd_set_psi(THD *thd, PSI_thread *psi); void thd_set_killed(THD *thd); void thd_clear_errors(THD *thd); void thd_set_thread_stack(THD *thd, char *stack_start); -void thd_lock_connection_data(THD *thd); -void thd_unlock_connection_data(THD *thd); +void thd_lock_thread_count(THD *thd); +void thd_unlock_thread_count(THD *thd); void thd_close_connection(THD *thd); THD *thd_get_current_thd(); void thd_new_connection_setup(THD *thd, char *stack_start); |