MySQL 9.1.0
Source Code Documentation
|
Log block for modifications during online ALTER TABLE. More...
Public Attributes | |
byte * | block |
File block buffer. More... | |
ddl::mrec_buf_t | buf |
Buffer for accessing a record that spans two blocks. More... | |
ulint | blocks |
Current position in blocks. More... | |
ulint | bytes |
Current position within block. More... | |
ulonglong | total |
logical position, in bytes from the start of the row_log_table log; 0 for row_log_online_op() and row_log_apply(). More... | |
Log block for modifications during online ALTER TABLE.
byte* row_log_buf_t::block |
File block buffer.
ulint row_log_buf_t::blocks |
Current position in blocks.
ddl::mrec_buf_t row_log_buf_t::buf |
Buffer for accessing a record that spans two blocks.
ulint row_log_buf_t::bytes |
Current position within block.
ulonglong row_log_buf_t::total |
logical position, in bytes from the start of the row_log_table log; 0 for row_log_online_op() and row_log_apply().