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.

Methods

Constants

SIZE = 4 + 4 + 2   The size (in bytes) of an FSEG entry, which contains a two 32-bit integers and a 16-bit integer.

Public Class methods

Return the FSEG entry address, which points to an entry on an INODE page.

Return an INODE entry which represents this file segment.

[Validate]