| Class | Innodb::Page::UndoLog |
| In: |
lib/innodb/page/undo_log.rb
|
| Parent: | Innodb::Page |
| UNDO_PAGE_TYPES | = | { 1 => :insert, 2 => :update, } |
| UNDO_SEGMENT_STATES | = | { 1 => :active, 2 => :cached, 3 => :to_free, 4 => :to_purge, 5 => :prepared, } |