MySQL 8.4.0
Source Code Documentation
Disable_sql_log_bin_guard Class Reference

#include <thd_raii.h>

Public Member Functions

 Disable_sql_log_bin_guard (THD *thd)
 
 ~Disable_sql_log_bin_guard ()
 

Private Attributes

THD *const m_thd
 
const bool m_saved_sql_log_bin
 

Constructor & Destructor Documentation

◆ Disable_sql_log_bin_guard()

Disable_sql_log_bin_guard::Disable_sql_log_bin_guard ( THD thd)
inlineexplicit

◆ ~Disable_sql_log_bin_guard()

Disable_sql_log_bin_guard::~Disable_sql_log_bin_guard ( )
inline

Member Data Documentation

◆ m_saved_sql_log_bin

const bool Disable_sql_log_bin_guard::m_saved_sql_log_bin
private

◆ m_thd

THD* const Disable_sql_log_bin_guard::m_thd
private

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