MySQL 26.7.0
Source Code Documentation
ib::redo::Record_handle Struct Reference

The handle that represents a log record. More...

#include <log0redo.h>

Public Attributes

uint8_t type
 Record type. More...
 
std::span< const uint8_t > body
 Record body. More...
 

Detailed Description

The handle that represents a log record.

It contains record type and the record body.

Member Data Documentation

◆ body

std::span<const uint8_t> ib::redo::Record_handle::body

Record body.

◆ type

uint8_t ib::redo::Record_handle::type

Record type.


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