MySQL 8.0.40
Source Code Documentation
|
Stored log record struct. More...
#include <log0recv.h>
Public Types | |
using | Node = UT_LIST_NODE_T(recv_t) |
Public Attributes | |
mlog_id_t | type |
Log record type. More... | |
ulint | len |
Log record body length in bytes. More... | |
recv_data_t * | data |
Chain of blocks containing the log record body. More... | |
lsn_t | start_lsn |
Start lsn of the log segment written by the mtr which generated this log record: NOTE that this is not necessarily the start lsn of this log record. More... | |
lsn_t | end_lsn |
End lsn of the log segment written by the mtr which generated this log record: NOTE that this is not necessarily the end LSN of this log record. More... | |
Node | rec_list |
List node, list anchored in recv_addr_t. More... | |
Stored log record struct.
using recv_t::Node = UT_LIST_NODE_T(recv_t) |
recv_data_t* recv_t::data |
Chain of blocks containing the log record body.
lsn_t recv_t::end_lsn |
End lsn of the log segment written by the mtr which generated this log record: NOTE that this is not necessarily the end LSN of this log record.
ulint recv_t::len |
Log record body length in bytes.
Node recv_t::rec_list |
List node, list anchored in recv_addr_t.
lsn_t recv_t::start_lsn |
Start lsn of the log segment written by the mtr which generated this log record: NOTE that this is not necessarily the start lsn of this log record.
mlog_id_t recv_t::type |
Log record type.