MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SchemaFile Struct Reference
Collaboration diagram for SchemaFile:

Classes

struct  Old
struct  TableEntry
struct  TableEntry_old

Public Types

enum  EntryState {
  SF_UNUSED = 0, SF_CREATE = 1, SF_ALTER = 7, SF_DROP = 3,
  SF_IN_USE = 2, SF_STARTED = 10, SF_PREPARE = 11, SF_COMMIT = 12,
  SF_COMPLETE = 13, SF_ABORT = 14
}

Public Attributes

char Magic [8]
Uint32 ByteOrder
Uint32 NdbVersion
Uint32 FileSize
Uint32 PageNumber
Uint32 CheckSum
Uint32 NoOfTableEntries
union {
   TableEntry   TableEntries [NDB_SF_PAGE_ENTRIES]
   TableEntry_old   TableEntries_old [1]
}; 

Detailed Description

Definition at line 43 of file SchemaFile.hpp.


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