MySQL 9.1.0
Source Code Documentation
|
This class implements callback function used by close_connections() to set KILL_CONNECTION flag on all thds in thd list. More...
Public Member Functions | |
Set_kill_conn () | |
void | set_dump_thread_flag () |
uint | get_dump_thread_count () const |
void | operator() (THD *killing_thd) override |
Public Member Functions inherited from Do_THD_Impl | |
virtual | ~Do_THD_Impl ()=default |
Private Attributes | |
uint | m_dump_thread_count |
bool | m_kill_dump_threads_flag |
This class implements callback function used by close_connections() to set KILL_CONNECTION flag on all thds in thd list.
If m_kill_dump_thread_flag is not set it kills all other threads except dump threads. If this flag is set, it kills dump threads.
|
inline |
|
inline |
|
inlineoverridevirtual |
Implements Do_THD_Impl.
|
inline |
|
private |
|
private |