MySQL 5.6.14 Source Code Document
|
#include <table_ews_by_host_by_event_name.h>
Public Member Functions | |
void | reset (void) |
bool | has_more_host (void) |
void | next_host (void) |
bool | has_more_view (void) |
void | next_view (void) |
Public Member Functions inherited from PFS_triple_index | |
PFS_triple_index (uint index_1, uint index_2, uint index_3) | |
void | set_at (const struct PFS_triple_index *other) |
void | set_after (const struct PFS_triple_index *other) |
Additional Inherited Members | |
Public Attributes inherited from PFS_triple_index | |
uint | m_index_1 |
uint | m_index_2 |
uint | m_index_3 |
Static Public Attributes inherited from PFS_instrument_view_constants | |
static const uint | FIRST_VIEW = 1 |
static const uint | VIEW_MUTEX = 1 |
static const uint | VIEW_RWLOCK = 2 |
static const uint | VIEW_COND = 3 |
static const uint | VIEW_FILE = 4 |
static const uint | VIEW_TABLE = 5 |
static const uint | VIEW_SOCKET = 6 |
static const uint | VIEW_IDLE = 7 |
static const uint | LAST_VIEW = 7 |
Position of a cursor on PERFORMANCE_SCHEMA.EVENTS_WAITS_SUMMARY_BY_HOST_BY_EVENT_NAME. Index 1 on host (0 based) Index 2 on instrument view Index 3 on instrument class (1 based)
Definition at line 57 of file table_ews_by_host_by_event_name.h.