Class
Innodb::UndoLog
In:
lib/innodb/undo_log.rb
Parent:
Object
Methods
dump
first_undo_record_cursor
header
min_undo_record
new
next_address
prev_address
size_header
size_xa_header
undo_record
undo_record_cursor
Classes and Modules
Class
Innodb::UndoLog::UndoRecordCursor
Attributes
page
[R]
position
[R]
Public Class methods
new
(page, position)
Public Instance methods
dump
()
first_undo_record_cursor
()
header
()
min_undo_record
()
next_address
()
prev_address
()
size_header
()
size_xa_header
()
undo_record
(offset)
undo_record_cursor
(offset, direction=:forward)
[Validate]