| Class | Innodb::FsegEntry |
| In: |
lib/innodb/fseg_entry.rb
|
| Parent: | Object |
An InnoDB file segment entry, which appears in a few places, such as the FSEG header of INDEX pages, and in the TRX_SYS pages.
| SIZE | = | 4 + 4 + 2 | The size (in bytes) of an FSEG entry, which contains a two 32-bit integers and a 16-bit integer. |