| Class | Innodb::LSN |
| In: |
lib/innodb/lsn.rb
|
| Parent: | Object |
A Log Sequence Number and its byte offset into the log group.
| LOG_HEADER_SIZE | = | Innodb::Log::LOG_HEADER_SIZE | Short alias for the size of a log file header. | |
| LOG_BLOCK_SIZE | = | Innodb::LogBlock::BLOCK_SIZE | Short aliases for the sizes of the subparts of a log block. | |
| LOG_BLOCK_HEADER_SIZE | = | Innodb::LogBlock::HEADER_SIZE | ||
| LOG_BLOCK_TRAILER_SIZE | = | Innodb::LogBlock::TRAILER_SIZE | ||
| LOG_BLOCK_DATA_SIZE | = | Innodb::LogBlock::DATA_SIZE | ||
| LOG_BLOCK_FRAME_SIZE | = | LOG_BLOCK_HEADER_SIZE + LOG_BLOCK_TRAILER_SIZE |
| lsn_no | -> | no |
| Alias :lsn_no attribute. | ||
| lsn_no | [R] | The Log Sequence Number. |