MySQL 9.1.0
Source Code Documentation
|
Index statistics of a table. More...
#include <pfs_instr_class.h>
Public Attributes | |
pfs_lock | m_lock |
PFS_table_key | m_key |
The index name. More... | |
PFS_table_io_stat | m_stat |
The index stat. More... | |
PFS_table_share * | m_owner |
Owner table share. More... | |
PFS_opaque_container_page * | m_page |
Container page. More... | |
Index statistics of a table.
PFS_table_key PFS_table_share_index::m_key |
The index name.
pfs_lock PFS_table_share_index::m_lock |
PFS_table_share* PFS_table_share_index::m_owner |
Owner table share.
To be used later.
PFS_opaque_container_page* PFS_table_share_index::m_page |
Container page.
PFS_table_io_stat PFS_table_share_index::m_stat |
The index stat.