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

Public Member Functions

 STATIC_CONST (DATA_WORDS=File_formats::NDB_PAGE_SIZE_WORDS-32)

Public Attributes

struct File_formats::Page_header m_page_header
Uint32 m_restart_seq
Uint32 page_state
union {
   Uint32   next_page
   Uint32   nextList
}; 
union {
   Uint32   prev_page
   Uint32   prevList
}; 
Uint32 first_cluster_page
Uint32 last_cluster_page
Uint32 next_cluster_page
Uint32 prev_cluster_page
Uint32 frag_page_id
Uint32 physical_page_id
Uint32 free_space
Uint32 next_free_index
Uint32 list_index
Uint32 uncommitted_used_space
Uint32 m_page_no
Uint32 m_file_no
Uint32 m_table_id
Uint32 m_fragment_id
Uint32 m_extent_no
Uint32 m_extent_info_ptr
Uint32 unused_ph [9]
Uint32 m_data [DATA_WORDS]

Detailed Description

Definition at line 24 of file tuppage.hpp.


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