MySQL 9.0.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_sharem_owner
 Owner table share. More...
 
PFS_opaque_container_page * m_page
 Container page. More...
 

Detailed Description

Index statistics of a table.

Member Data Documentation

◆ m_key

PFS_table_key PFS_table_share_index::m_key

The index name.

◆ m_lock

pfs_lock PFS_table_share_index::m_lock

◆ m_owner

PFS_table_share* PFS_table_share_index::m_owner

Owner table share.

To be used later.

◆ m_page

PFS_opaque_container_page* PFS_table_share_index::m_page

Container page.

◆ m_stat

PFS_table_io_stat PFS_table_share_index::m_stat

The index stat.


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