MySQL 5.6.14 Source Code Document
|
#include <table_tiws_by_index_usage.h>
Public Member Functions | |
void | reset (void) |
bool | has_more_table (void) |
void | next_table (void) |
Public Member Functions inherited from PFS_double_index | |
PFS_double_index (uint index_1, uint index_2) | |
void | set_at (const struct PFS_double_index *other) |
void | set_after (const struct PFS_double_index *other) |
Additional Inherited Members | |
Public Attributes inherited from PFS_double_index | |
uint | m_index_1 |
uint | m_index_2 |
Position of a cursor on PERFORMANCE_SCHEMA.TABLE_IO_WAIT_SUMMARY_BY_INDEX. Index 1 on table_share_array (0 based) Index 2 on index (0 based)
Definition at line 53 of file table_tiws_by_index_usage.h.