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

Classes

struct  Datafile
struct  Page_header
struct  Undofile
struct  Zero_page_header

Public Types

enum  File_type { FT_Datafile = 0x1, FT_Undofile = 0x2 }
enum  Page_type {
  PT_Unallocated = 0x0, PT_Extent_page = 0x1, PT_Tup_fixsize_page = 0x2, PT_Tup_varsize_page = 0x3,
  PT_Undopage = 0x4
}

Public Member Functions

 STATIC_CONST (NDB_PAGE_SIZE=32768)
 STATIC_CONST (NDB_PAGE_SIZE_WORDS=NDB_PAGE_SIZE >> 2)
 STATIC_CONST (NDB_PAGE_HEADER_WORDS=sizeof(Page_header) >> 2)
 STATIC_CONST (UNDO_PAGE_WORDS=NDB_PAGE_SIZE_WORDS-NDB_PAGE_HEADER_WORDS-1)

Detailed Description

Definition at line 24 of file diskpage.hpp.


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