mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 10:14:19 +01:00
Changed name to better reflect function logic in accordance with WL#5788
This commit is contained in:
parent
60f8d6ab09
commit
55557e223f
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue