MySQL 8.4.0
Source Code Documentation
recv_data_t Struct Reference

Block of log record data. More...

#include <log0recv.h>

Public Attributes

recv_data_tnext
 pointer to the next block or NULL. More...
 

Detailed Description

Block of log record data.

Member Data Documentation

◆ next

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


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