![]() |
MySQL 8.1.0
Source Code Documentation
|
Position of a cursor on PERFORMANCE_SCHEMA.OBJECTS_SUMMARY_GLOBAL_BY_TYPE. More...
#include <table_os_global_by_type.h>
Public Member Functions | |
pos_os_global_by_type () | |
void | reset () |
bool | has_more_view () |
void | next_view () |
![]() | |
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 | |
![]() | |
uint | m_index_1 |
Outer index. More... | |
uint | m_index_2 |
Current index within index_1. More... | |
![]() | |
static const uint | FIRST_VIEW = 1 |
static const uint | VIEW_TABLE = 1 |
static const uint | VIEW_PROGRAM = 2 |
static const uint | LAST_VIEW = 2 |
Position of a cursor on PERFORMANCE_SCHEMA.OBJECTS_SUMMARY_GLOBAL_BY_TYPE.
Index 1 on object type Index 2 on object instance (0 based)
|
inline |
|
inline |
|
inline |
|
inline |