MySQL 9.1.0
Source Code Documentation
|
Position of a cursor on PERFORMANCE_SCHEMA.EVENTS_TRANSACTIONS_SUMMARY_BY_THREAD_BY_EVENT_NAME. More...
#include <table_ets_by_thread_by_event_name.h>
Public Member Functions | |
pos_ets_by_thread_by_event_name () | |
void | reset () |
void | next_thread () |
void | next_transaction () |
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... | |
Static Public Attributes inherited from PFS_instrument_view_constants | |
static const uint | FIRST_INSTRUMENT = 1 |
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 | VIEW_METADATA = 8 |
static const uint | LAST_VIEW = 8 |
static const uint | VIEW_STAGE = 9 |
static const uint | VIEW_STATEMENT = 10 |
static const uint | VIEW_TRANSACTION = 11 |
static const uint | VIEW_BUILTIN_MEMORY = 12 |
static const uint | VIEW_MEMORY = 13 |
static const uint | VIEW_ERROR = 14 |
static const uint | LAST_INSTRUMENT = 14 |
Position of a cursor on PERFORMANCE_SCHEMA.EVENTS_TRANSACTIONS_SUMMARY_BY_THREAD_BY_EVENT_NAME.
Index 1 on thread (0 based). Index 2 on transaction class (1 based).
|
inline |
|
inline |
|
inline |
|
inline |