MySQL 5.6.14 Source Code Document
|
#include <log0recv.h>
Public Attributes | |
recv_data_t * | next |
Block of log record data
Definition at line 321 of file log0recv.h.
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.