MySQL 8.3.0
Source Code Documentation
Do_THD Class Reference

Internal class used in do_for_all_thd() and do_for_all_thd_copy() implementation. More...

Public Member Functions

 Do_THD (Do_THD_Impl *impl)
 
void operator() (THD *thd)
 Users of this class will override operator() in the _Impl class. More...
 

Private Attributes

Do_THD_Implm_impl
 

Detailed Description

Internal class used in do_for_all_thd() and do_for_all_thd_copy() implementation.

Constructor & Destructor Documentation

◆ Do_THD()

Do_THD::Do_THD ( Do_THD_Impl impl)
inlineexplicit

Member Function Documentation

◆ operator()()

void Do_THD::operator() ( THD thd)
inline

Users of this class will override operator() in the _Impl class.

Parameters
thdTHD of one element in global thread list

Member Data Documentation

◆ m_impl

Do_THD_Impl* Do_THD::m_impl
private

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