MySQL 8.4.0
Source Code Documentation
mtr_write_log_t Struct Reference

Write the block contents to the REDO log. More...

Public Member Functions

bool operator() (const mtr_buf_t::block_t *block)
 Append a block to the redo log buffer. More...
 

Public Attributes

Log_handle m_handle
 
lsn_t m_lsn
 
ulint m_left_to_write
 

Detailed Description

Write the block contents to the REDO log.

Member Function Documentation

◆ operator()()

bool mtr_write_log_t::operator() ( const mtr_buf_t::block_t *  block)
inline

Append a block to the redo log buffer.

Returns
whether the appending should continue

Member Data Documentation

◆ m_handle

Log_handle mtr_write_log_t::m_handle

◆ m_left_to_write

ulint mtr_write_log_t::m_left_to_write

◆ m_lsn

lsn_t mtr_write_log_t::m_lsn

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