MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
File_formats::Undofile Struct Reference

Classes

struct  Undo_entry
struct  Undo_lcp
struct  Undo_page
struct  Zero_page

Public Types

enum  Undo_type {
  UNDO_LCP_FIRST = 1, UNDO_LCP = 2, UNDO_TUP_ALLOC = 3, UNDO_TUP_UPDATE = 4,
  UNDO_TUP_FREE = 5, UNDO_TUP_CREATE = 6, UNDO_TUP_DROP = 7, UNDO_TUP_ALLOC_EXTENT = 8,
  UNDO_TUP_FREE_EXTENT = 9, UNDO_END = 0x7FFF, UNDO_NEXT_LSN = 0x8000
}

Detailed Description

Definition at line 122 of file diskpage.hpp.


The documentation for this struct was generated from the following file: