InnoDB Plugin
1.0
|
#include <log0recv.h>
Data Fields | |
byte | type |
ulint | len |
recv_data_t * | data |
lsn_t | start_lsn |
lsn_t | end_lsn |
ut_list_node< recv_t > | rec_list |
Stored log record struct
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
ut_list_node< recv_t > recv_t::rec_list |
list of log records for this page
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
byte recv_t::type |
log record type