MySQL 8.4.1
Source Code Documentation
Find_thd_user_var Class Reference
Inheritance diagram for Find_thd_user_var:
[legend]

Public Member Functions

 Find_thd_user_var (THD *unsafe_thd)
 
bool operator() (THD *thd) override
 Override this operator to provide implementation to find specific thd. More...
 
- Public Member Functions inherited from Find_THD_Impl
virtual ~Find_THD_Impl ()=default
 

Private Attributes

THDm_unsafe_thd
 

Constructor & Destructor Documentation

◆ Find_thd_user_var()

Find_thd_user_var::Find_thd_user_var ( THD unsafe_thd)
inlineexplicit

Member Function Documentation

◆ operator()()

bool Find_thd_user_var::operator() ( THD thd)
inlineoverridevirtual

Override this operator to provide implementation to find specific thd.

Parameters
thdTHD of one element in global thread list
Returns
bool
Return values
truefor matching thd false otherwise

Implements Find_THD_Impl.

Member Data Documentation

◆ m_unsafe_thd

THD* Find_thd_user_var::m_unsafe_thd
private

The documentation for this class was generated from the following file: