MySQL 9.1.0
Source Code Documentation
Create_db_cleanup_handler Class Reference

Public Member Functions

 Create_db_cleanup_handler ()=delete
 
 Create_db_cleanup_handler (THD *thd, const char *path, bool *failed, const bool log_ddl, const bool schema_dir_exists)
 
 ~Create_db_cleanup_handler ()
 

Private Attributes

THDm_thd
 
const char * m_path
 
bool * m_failed
 
const bool m_log_ddl
 
const bool m_schema_dir_exists
 

Constructor & Destructor Documentation

◆ Create_db_cleanup_handler() [1/2]

Create_db_cleanup_handler::Create_db_cleanup_handler ( )
delete

◆ Create_db_cleanup_handler() [2/2]

Create_db_cleanup_handler::Create_db_cleanup_handler ( THD thd,
const char *  path,
bool *  failed,
const bool  log_ddl,
const bool  schema_dir_exists 
)
inline

◆ ~Create_db_cleanup_handler()

Create_db_cleanup_handler::~Create_db_cleanup_handler ( )
inline

Member Data Documentation

◆ m_failed

bool* Create_db_cleanup_handler::m_failed
private

◆ m_log_ddl

const bool Create_db_cleanup_handler::m_log_ddl
private

◆ m_path

const char* Create_db_cleanup_handler::m_path
private

◆ m_schema_dir_exists

const bool Create_db_cleanup_handler::m_schema_dir_exists
private

◆ m_thd

THD* Create_db_cleanup_handler::m_thd
private

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