MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
recv_data_t Struct Reference

#include <log0recv.h>

Collaboration diagram for recv_data_t:

Public Attributes

recv_data_tnext

Detailed Description

Block of log record data

Definition at line 321 of file log0recv.h.

Member Data Documentation

recv_data_t* recv_data_t::next

pointer to the next block or NULL the log record data is stored physically immediately after this struct, max amount RECV_DATA_BLOCK_SIZE bytes of it

Definition at line 322 of file log0recv.h.


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