Drizzled Public API Documentation

recv_struct Struct Reference

#include <log0recv.h>

Public Attributes

byte type
 
ulint len
 
recv_data_tdata
 
ib_uint64_t start_lsn
 
ib_uint64_t end_lsn
 
 rec_list
 

Detailed Description

Stored log record struct

Definition at line 336 of file log0recv.h.

Member Data Documentation

recv_data_t* recv_struct::data

chain of blocks containing the log record body

Definition at line 339 of file log0recv.h.

Referenced by recv_recover_page_func().

ib_uint64_t recv_struct::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

Definition at line 345 of file log0recv.h.

Referenced by recv_recover_page_func().

ulint recv_struct::len

log record body length in bytes

Definition at line 338 of file log0recv.h.

Referenced by recv_recover_page_func().

recv_struct::rec_list

list of log records for this page

Definition at line 350 of file log0recv.h.

ib_uint64_t recv_struct::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

Definition at line 341 of file log0recv.h.

Referenced by recv_recover_page_func().

byte recv_struct::type

log record type

Definition at line 337 of file log0recv.h.

Referenced by recv_recover_page_func().


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