Class Innodb::Page::UndoLog
In: lib/innodb/page/undo_log.rb
Parent: Innodb::Page

Methods

Constants

UNDO_PAGE_TYPES = { 1 => :insert, 2 => :update, }
UNDO_SEGMENT_STATES = { 1 => :active, 2 => :cached, 3 => :to_free, 4 => :to_purge, 5 => :prepared, }

Public Instance methods

Dump the contents of a page for debugging purposes.

[Validate]