Callback function used by kill_zombie_dump_threads() function to to find zombie dump thread from the thd list.
More...
Callback function used by kill_zombie_dump_threads() function to to find zombie dump thread from the thd list.
- Note
- It acquires LOCK_thd_data mutex when it finds matching thd. It is the responsibility of the caller to release this mutex.
◆ Find_zombie_dump_thread()
Find_zombie_dump_thread::Find_zombie_dump_thread |
( |
String |
value | ) |
|
|
inline |
◆ operator()()
bool Find_zombie_dump_thread::operator() |
( |
THD * |
thd | ) |
|
|
inlineoverridevirtual |
Override this operator to provide implementation to find specific thd.
- Parameters
-
thd | THD of one element in global thread list |
- Returns
- bool
- Return values
-
true | for matching thd false otherwise |
Implements Find_THD_Impl.
◆ m_replica_uuid
String Find_zombie_dump_thread::m_replica_uuid |
|
private |
The documentation for this class was generated from the following file: