MySQL 9.0.0
Source Code Documentation
Log_file_block Struct Reference

Used for reads/writes to redo files within this module. More...

Public Attributes

byte data [OS_FILE_LOG_BLOCK_SIZE]
 

Detailed Description

Used for reads/writes to redo files within this module.

Note that OS_FILE_LOG_BLOCK_SIZE can be smaller than a sector size, and indeed redo file is being accessed at offsets and sizes not aligned to sector size, which is fine, as it always uses buffered IO.

Member Data Documentation

◆ data

byte Log_file_block::data[OS_FILE_LOG_BLOCK_SIZE]

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