mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
Split up unlink_thd in several functions
This commit is contained in:
parent
e44579d24d
commit
89ec54264d
2 changed files with 35 additions and 8 deletions
|
|
@ -94,8 +94,10 @@ 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);
|
||||
/* Decrement connection counter */
|
||||
void dec_connection_count();
|
||||
/* Destroy THD object */
|
||||
void unlink_thd(THD *thd);
|
||||
void delete_thd(THD *thd);
|
||||
|
||||
/*
|
||||
thread_created is maintained by thread pool when activated since
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue