InnoDB Plugin  1.0
Data Fields
recv_t Struct Reference

#include <log0recv.h>

Collaboration diagram for recv_t:
Collaboration graph
[legend]

Data Fields

byte type
ulint len
recv_data_tdata
lsn_t start_lsn
lsn_t end_lsn
ut_list_node< recv_trec_list

Detailed Description

Stored log record struct

Field Documentation

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


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