Drizzled Public API Documentation

recv_struct Struct Reference

#include <log0recv.h>

List of all members.

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

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().

log record body length in bytes

Definition at line 338 of file log0recv.h.

Referenced by recv_recover_page_func().

list of log records for this page

Definition at line 350 of file log0recv.h.

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().

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: