MySQL 9.1.0
Source Code Documentation
|
Used for reads/writes to redo files within this module. More...
Public Attributes | |
byte | data [OS_FILE_LOG_BLOCK_SIZE] |
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.
byte Log_file_block::data[OS_FILE_LOG_BLOCK_SIZE] |