MySQL 5.6.14 Source Code Document
|
Public Member Functions | |
Index (index_id_t id, ulint page_no) |
Public Attributes | |
index_id_t | m_id |
ulint | m_page_no |
Index information gathered from the .ibd file.
Definition at line 619 of file row0import.cc.
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.