![]() |
MySQL 26.7.0
Source Code Documentation
|
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... | |
The handle that represents a log record.
It contains record type and the record body.
| std::span<const uint8_t> ib::redo::Record_handle::body |
Record body.
| uint8_t ib::redo::Record_handle::type |
Record type.