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


Static Public Member Functions | |
| static PFS_engine_table * | create () |
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) |
| virtual int | update_row_values (TABLE *table, const unsigned char *old_buf, unsigned char *new_buf, Field **fields) |
Protected Member Functions inherited from cursor_by_thread | |
| cursor_by_thread (const PFS_engine_table_share *share) | |
| virtual void | make_row (PFS_thread *thread)=0 |
Protected Member Functions inherited from PFS_engine_table | |
| 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_thread | |
| 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 73 of file table_threads.h.
|
static |
Table builder
Definition at line 119 of file table_threads.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 233 of file table_threads.cc.

|
protectedvirtual |
Update the current row values.
| table | Table handle |
| old_buf | old row buffer |
| new_buf | new row buffer |
| fields | Table fields |
Reimplemented from PFS_engine_table.
Definition at line 344 of file table_threads.cc.

|
static |
Table share
Definition at line 77 of file table_threads.h.