![]() |
MySQL 8.0.32
Source Code Documentation
|
Adjust log offset in the binary log file for all running slaves This class implements call back function for do_for_all_thd(). More...
Public Member Functions | |
Adjust_offset (my_off_t value) | |
void | operator() (THD *thd) override |
![]() | |
virtual | ~Do_THD_Impl ()=default |
Private Attributes | |
my_off_t | m_purge_offset |
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.
|
inline |
|
inlineoverridevirtual |
Implements Do_THD_Impl.
|
private |