MySQL 5.6.14 Source Code Document
|
#include <table_hosts.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_host | |
cursor_by_host (const PFS_engine_table_share *share) | |
virtual void | make_row (PFS_host *host)=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_host | |
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.THREADS.
Definition at line 42 of file table_hosts.h.
|
static |
Table builder
Definition at line 66 of file table_hosts.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_hosts.cc.
|
static |
Table share
Definition at line 46 of file table_hosts.h.