|
MySQL 5.6.14 Source Code Document
|
#include <table_users.h>


Static Public Member Functions | |
| static PFS_engine_table * | create () |
| static int | delete_all_rows () |
Static Public Attributes | |
| static PFS_engine_table_share | m_share |
Protected Member Functions | |
| virtual int | read_row_values (TABLE *table, unsigned char *buf, Field **fields, bool read_all) |
Protected Member Functions inherited from cursor_by_user | |
| cursor_by_user (const PFS_engine_table_share *share) | |
| virtual void | make_row (PFS_user *user)=0 |
Protected Member Functions inherited from PFS_engine_table | |
| virtual int | update_row_values (TABLE *table, const unsigned char *old_buf, unsigned char *new_buf, Field **fields) |
| virtual int | delete_row_values (TABLE *table, const unsigned char *buf, Field **fields) |
| PFS_engine_table (const PFS_engine_table_share *share, void *pos) | |
Additional Inherited Members | |
Public Member Functions inherited from cursor_by_user | |
| virtual int | rnd_next () |
| virtual int | rnd_pos (const void *pos) |
| virtual void | reset_position (void) |
Protected Attributes inherited from PFS_engine_table | |
| const PFS_engine_table_share * | m_share_ptr |
| void * | m_pos_ptr |
| time_normalizer * | m_normalizer |
| enum PFS_class_type | m_class_type |
Table PERFORMANCE_SCHEMA.USERS.
Definition at line 42 of file table_users.h.
|
static |
Table builder
Definition at line 66 of file table_users.cc.
|
protectedvirtual |
Read the current row values.
| table | Table handle |
| buf | row buffer |
| fields | Table fields |
| read_all | true if all columns are read. |
Implements PFS_engine_table.
Definition at line 113 of file table_users.cc.

|
static |
Table share
Definition at line 46 of file table_users.h.