MySQL 8.3.0
Source Code Documentation
Arch_Dblwr_Block Struct Reference

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...
 
bytem_block
 Doublewrite buffer block. More...
 

Detailed Description

Doublewrite buffer block along with their info.

Member Data Documentation

◆ m_block

byte* Arch_Dblwr_Block::m_block

Doublewrite buffer block.

◆ m_block_num

uint64_t Arch_Dblwr_Block::m_block_num

Block number of the block flushed into the doublewrite buffer.

◆ m_block_type

Arch_Blk_Type Arch_Dblwr_Block::m_block_type

Type of block flushed into the doublewrite block.

◆ m_flush_type

Arch_Blk_Flush_Type Arch_Dblwr_Block::m_flush_type

Flush type of the block flushed into the doublewrite buffer.


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