MySQL 5.6.14 Source Code Document
|
#include <table_events_stages.h>
Public Member Functions | |
virtual int | rnd_init (bool scan) |
virtual int | rnd_next () |
virtual int | rnd_pos (const void *pos) |
virtual void | reset_position (void) |
Static Public Member Functions | |
static PFS_engine_table * | create () |
static int | delete_all_rows () |
Static Public Attributes | |
static PFS_engine_table_share | m_share |
Additional Inherited Members | |
Protected Member Functions inherited from table_events_stages_common | |
virtual int | read_row_values (TABLE *table, unsigned char *buf, Field **fields, bool read_all) |
table_events_stages_common (const PFS_engine_table_share *share, void *pos) | |
void | make_row (PFS_events_stages *stage) |
Protected Attributes inherited from table_events_stages_common | |
row_events_stages | m_row |
bool | m_row_exists |
Table PERFORMANCE_SCHEMA.EVENTS_STAGES_HISTORY.
Definition at line 150 of file table_events_stages.h.
|
virtual |
Reset the cursor position to the beginning of the table.
Implements PFS_engine_table.
Definition at line 347 of file table_events_stages.cc.
|
virtual |
Initialize table scan.
Reimplemented from PFS_engine_table.
Definition at line 353 of file table_events_stages.cc.
|
virtual |
Fetch the next row in this cursor.
Implements PFS_engine_table.
Definition at line 359 of file table_events_stages.cc.
|
virtual |
Fetch a row by position.
pos | position to fetch |
Implements PFS_engine_table.
Definition at line 406 of file table_events_stages.cc.
|
static |
Table share
Definition at line 154 of file table_events_stages.h.