| Class | Innodb::Log |
| In: |
lib/innodb/log.rb
|
| Parent: | Object |
An InnoDB transaction log file.
| LOG_HEADER_BLOCK_MAP | = | { :LOG_FILE_HEADER => 0, :LOG_CHECKPOINT_1 => 1, :EMPTY => 2, :LOG_CHECKPOINT_2 => 3, } | A map of the name and position of the blocks that form the log header. | |
| LOG_HEADER_BLOCKS | = | LOG_HEADER_BLOCK_MAP.size | Number of blocks in the log file header. | |
| LOG_HEADER_SIZE | = | LOG_HEADER_BLOCKS * Innodb::LogBlock::BLOCK_SIZE | The size in bytes of the log file header. | |
| LOG_CHECKPOINT_GROUPS | = | 32 | Maximum number of log group checkpoints. |
| blocks | [R] | The number of blocks in the log. |
| capacity | [R] | The log capacity (in bytes). |
| size | [R] | The size (in bytes) of the log. |