![]()  | 
  
    MySQL 9.5.0
    
   Source Code Documentation 
   | 
 
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_Impl * | m_impl | 
Internal class used in do_for_all_thd() and do_for_all_thd_copy() implementation.
      
  | 
  inlineexplicit | 
      
  | 
  inline | 
Users of this class will override operator() in the _Impl class.
| thd | THD of one element in global thread list | 
      
  | 
  private |