MySQL 8.3.0
Source Code Documentation
Storing_auto_THD Class Reference

A version of Auto_THD that: More...

#include <storing_auto_thd.h>

Public Member Functions

 Storing_auto_THD ()
 
 ~Storing_auto_THD ()
 
THDget_THD ()
 

Private Attributes

THDm_previous_thd
 
THDthd
 
Sctx_ptr< Security_contextctx
 

Detailed Description

A version of Auto_THD that:

  • doesn't catch or print the error onto the error log but just passes it up
  • stores and restores the current_thd correctly

Constructor & Destructor Documentation

◆ Storing_auto_THD()

Storing_auto_THD::Storing_auto_THD ( )
inline

◆ ~Storing_auto_THD()

Storing_auto_THD::~Storing_auto_THD ( )
inline

Member Function Documentation

◆ get_THD()

THD * Storing_auto_THD::get_THD ( )
inline

Member Data Documentation

◆ ctx

Sctx_ptr<Security_context> Storing_auto_THD::ctx
private

◆ m_previous_thd

THD* Storing_auto_THD::m_previous_thd
private

◆ thd

THD * Storing_auto_THD::thd
private

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