MySQL 8.4.0
Source Code Documentation

Position of a cursor on PERFORMANCE_SCHEMA.TABLE_IO_WAIT_SUMMARY_BY_INDEX. More...

#include <table_tiws_by_index_usage.h>

Inheritance diagram for pos_tiws_by_index_usage:
[legend]

Public Member Functions

 pos_tiws_by_index_usage ()
 
void reset ()
 
void next_table ()
 
- Public Member Functions inherited from PFS_double_index
 PFS_double_index (uint index_1, uint index_2)
 Constructor. More...
 
void set_at (uint index_1, uint index_2)
 Set this index at a given position. More...
 
void set_at (const PFS_double_index *other)
 Set this index at a given position. More...
 
void set_after (const PFS_double_index *other)
 Set this index after a given position. More...
 

Additional Inherited Members

- Public Attributes inherited from PFS_double_index
uint m_index_1
 Outer index. More...
 
uint m_index_2
 Current index within index_1. More...
 

Detailed Description

Position of a cursor on PERFORMANCE_SCHEMA.TABLE_IO_WAIT_SUMMARY_BY_INDEX.

Index 1 on global_table_share_container (0 based) Index 2 on index (0 based)

Constructor & Destructor Documentation

◆ pos_tiws_by_index_usage()

pos_tiws_by_index_usage::pos_tiws_by_index_usage ( )
inline

Member Function Documentation

◆ next_table()

void pos_tiws_by_index_usage::next_table ( )
inline

◆ reset()

void pos_tiws_by_index_usage::reset ( void  )
inline

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