MySQL 8.4.1
Source Code Documentation
FetchIndexRootPages::Index Struct Reference

Index information gathered from the .ibd file. More...

Public Member Functions

 Index (space_index_t id, page_no_t page_no)
 

Public Attributes

space_index_t m_id
 Index id. More...
 
page_no_t m_page_no
 Root page number. More...
 

Detailed Description

Index information gathered from the .ibd file.

Constructor & Destructor Documentation

◆ Index()

FetchIndexRootPages::Index::Index ( space_index_t  id,
page_no_t  page_no 
)
inline

Member Data Documentation

◆ m_id

space_index_t FetchIndexRootPages::Index::m_id

Index id.

◆ m_page_no

page_no_t FetchIndexRootPages::Index::m_page_no

Root page number.


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