![]()  | 
  
    MySQL 8.0.44
    
   Source Code Documentation 
   | 
 
This helper class is used for either selecting a previous THD or if it's missing, create a new THD. More...
Public Member Functions | |
| Thd_creator (THD *thd) | |
| THD * | operator() () | 
| Returns a THD handle either by creating a new one or by returning a previously created THD.  More... | |
| ~Thd_creator () | |
| Automatically frees any THD handle created by this class.  More... | |
Private Attributes | |
| THD * | m_thd | 
| THD * | m_tmp_thd | 
This helper class is used for either selecting a previous THD or if it's missing, create a new THD.
      
  | 
  inline | 
      
  | 
  inline | 
Automatically frees any THD handle created by this class.
      
  | 
  inline | 
Returns a THD handle either by creating a new one or by returning a previously created THD.
      
  | 
  private | 
      
  | 
  private |