MySQL 9.1.0
Source Code Documentation
|
Doublewrite buffer block along with their info. More...
#include <arch0recv.h>
Public Attributes | |
Arch_Blk_Type | m_block_type |
Type of block flushed into the doublewrite block. More... | |
Arch_Blk_Flush_Type | m_flush_type |
Flush type of the block flushed into the doublewrite buffer. More... | |
uint64_t | m_block_num |
Block number of the block flushed into the doublewrite buffer. More... | |
byte * | m_block |
Doublewrite buffer block. More... | |
Doublewrite buffer block along with their info.
byte* Arch_Dblwr_Block::m_block |
Doublewrite buffer block.
uint64_t Arch_Dblwr_Block::m_block_num |
Block number of the block flushed into the doublewrite buffer.
Arch_Blk_Type Arch_Dblwr_Block::m_block_type |
Type of block flushed into the doublewrite block.
Arch_Blk_Flush_Type Arch_Dblwr_Block::m_flush_type |
Flush type of the block flushed into the doublewrite buffer.