MySQL 9.0.0
Source Code Documentation
Disable_binlog_guard Class Reference

RAII class to temporarily disable binlogging. More...

#include <thd_raii.h>

Public Member Functions

 Disable_binlog_guard (THD *thd)
 
 ~Disable_binlog_guard ()
 

Private Attributes

THD *const m_thd
 
const bool m_binlog_disabled
 

Detailed Description

RAII class to temporarily disable binlogging.

Constructor & Destructor Documentation

◆ Disable_binlog_guard()

Disable_binlog_guard::Disable_binlog_guard ( THD thd)
inlineexplicit

◆ ~Disable_binlog_guard()

Disable_binlog_guard::~Disable_binlog_guard ( )
inline

Member Data Documentation

◆ m_binlog_disabled

const bool Disable_binlog_guard::m_binlog_disabled
private

◆ m_thd

THD* const Disable_binlog_guard::m_thd
private

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