MySQL 8.0.37
Source Code Documentation
dd::upgrade_57::System_table_close_guard Class Reference

RAII for handling open and close of event and proc tables. More...

#include <global.h>

Public Member Functions

 System_table_close_guard (THD *thd, TABLE *table)
 
 ~System_table_close_guard ()
 

Private Attributes

THDm_thd
 
TABLEm_table
 

Detailed Description

RAII for handling open and close of event and proc tables.

Constructor & Destructor Documentation

◆ System_table_close_guard()

dd::upgrade_57::System_table_close_guard::System_table_close_guard ( THD thd,
TABLE table 
)

◆ ~System_table_close_guard()

dd::upgrade_57::System_table_close_guard::~System_table_close_guard ( )

Member Data Documentation

◆ m_table

TABLE* dd::upgrade_57::System_table_close_guard::m_table
private

◆ m_thd

THD* dd::upgrade_57::System_table_close_guard::m_thd
private

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