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

Public Member Functions

 Index (index_id_t id, ulint page_no)

Public Attributes

index_id_t m_id
ulint m_page_no

Detailed Description

Index information gathered from the .ibd file.

Definition at line 619 of file row0import.cc.

Member Data Documentation

index_id_t FetchIndexRootPages::Index::m_id

Index id

Definition at line 626 of file row0import.cc.

ulint FetchIndexRootPages::Index::m_page_no

Root page number

Definition at line 627 of file row0import.cc.


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