MySQL 9.1.0
Source Code Documentation
|
This class implements callback function used by killall_non_super_threads to kill all threads that do not have either SYSTEM_VARIABLES_ADMIN + CONNECTION_ADMIN privileges or legacy SUPER privilege. More...
Public Member Functions | |
Kill_non_super_conn (THD *thd) | |
void | operator() (THD *thd_to_kill) override |
Public Member Functions inherited from Do_THD_Impl | |
virtual | ~Do_THD_Impl ()=default |
Private Attributes | |
THD * | m_client_thd |
bool | m_is_client_regular_user |
This class implements callback function used by killall_non_super_threads to kill all threads that do not have either SYSTEM_VARIABLES_ADMIN + CONNECTION_ADMIN privileges or legacy SUPER privilege.
|
inline |
|
inlineoverridevirtual |
Implements Do_THD_Impl.
|
private |
|
private |