MySQL 9.1.0
Source Code Documentation
|
Position in page ID archiving system. More...
#include <arch0arch.h>
Public Member Functions | |
void | init () |
Initialize a position. More... | |
void | set_next () |
Position in the beginning of next block. More... | |
bool | operator< (Arch_Page_Pos pos) |
Public Attributes | |
uint64_t | m_block_num |
Unique block number. More... | |
uint | m_offset |
Offset within a block. More... | |
Position in page ID archiving system.
void Arch_Page_Pos::init | ( | void | ) |
Initialize a position.
|
inline |
void Arch_Page_Pos::set_next | ( | ) |
Position in the beginning of next block.
uint64_t Arch_Page_Pos::m_block_num |
Unique block number.
uint Arch_Page_Pos::m_offset |
Offset within a block.