MySQL 8.0.32
Source Code Documentation
Adjust_offset Class Reference

Adjust log offset in the binary log file for all running slaves This class implements call back function for do_for_all_thd(). More...

Inheritance diagram for Adjust_offset:
[legend]

Public Member Functions

 Adjust_offset (my_off_t value)
 
void operator() (THD *thd) override
 
- Public Member Functions inherited from Do_THD_Impl
virtual ~Do_THD_Impl ()=default
 

Private Attributes

my_off_t m_purge_offset
 

Detailed Description

Adjust log offset in the binary log file for all running slaves This class implements call back function for do_for_all_thd().

It is called for each thd in thd list to adjust offset.

Constructor & Destructor Documentation

◆ Adjust_offset()

Adjust_offset::Adjust_offset ( my_off_t  value)
inline

Member Function Documentation

◆ operator()()

void Adjust_offset::operator() ( THD thd)
inlineoverridevirtual

Implements Do_THD_Impl.

Member Data Documentation

◆ m_purge_offset

my_off_t Adjust_offset::m_purge_offset
private

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