Go to the source code of this file.
|
PSI_table_handle * | machine_open_table (PSI_pos **pos) |
| Instantiate Machine_Table_Handle at plugin code when corresponding table in performance schema is opened. More...
|
|
void | machine_close_table (PSI_table_handle *handle) |
| Destroy the Machine_Table_Handle at plugin code when corresponding table in performance schema is closed. More...
|
|
int | machine_rnd_next (PSI_table_handle *handle) |
|
int | machine_rnd_init (PSI_table_handle *h, bool scan) |
|
int | machine_rnd_pos (PSI_table_handle *handle) |
|
int | machine_index_init (PSI_table_handle *handle, uint idx, bool sorted, PSI_index_handle **index) |
|
int | machine_index_read (PSI_index_handle *index, PSI_key_reader *reader, unsigned int idx, int find_flag) |
|
int | machine_index_next (PSI_table_handle *handle) |
|
void | machine_reset_position (PSI_table_handle *handle) |
|
int | machine_read_column_value (PSI_table_handle *handle, PSI_field *field, uint index) |
|
int | machine_write_row_values (PSI_table_handle *handle) |
|
int | machine_write_column_value (PSI_table_handle *handle, PSI_field *field, unsigned int index) |
|
int | machine_update_row_values (PSI_table_handle *handle) |
|
int | machine_update_column_value (PSI_table_handle *handle, PSI_field *field, unsigned int index) |
|
int | machine_delete_row_values (PSI_table_handle *handle) |
|
int | machine_delete_all_rows (void) |
|
unsigned long long | machine_get_row_count (void) |
|
void | init_machine_share (PFS_engine_table_share_proxy *share) |
|
◆ MACHINE_MADE_LEN
#define MACHINE_MADE_LEN 20 * 4 |
◆ machine_type_enum
Enumerator |
---|
LAPTOP | |
DESKTOP | |
MOBILE | |
TYPE_END | |
◆ init_machine_share()
◆ machine_close_table()
Destroy the Machine_Table_Handle at plugin code when corresponding table in performance schema is closed.
◆ machine_delete_all_rows()
int machine_delete_all_rows |
( |
void |
| ) |
|
◆ machine_delete_row_values()
◆ machine_get_row_count()
unsigned long long machine_get_row_count |
( |
void |
| ) |
|
◆ machine_index_init()
◆ machine_index_next()
◆ machine_index_read()
◆ machine_open_table()
Instantiate Machine_Table_Handle at plugin code when corresponding table in performance schema is opened.
◆ machine_read_column_value()
◆ machine_reset_position()
◆ machine_rnd_init()
◆ machine_rnd_next()
◆ machine_rnd_pos()
◆ machine_update_column_value()
◆ machine_update_row_values()
◆ machine_write_column_value()
◆ machine_write_row_values()
◆ col_enum_svc
◆ col_int_svc
◆ col_string_svc
◆ LOCK_machine_records_array
◆ machine_records_vector
An array to keep rows of the tables.
When a row is inserted in plugin table, it will be stored here. When a row is queried from plugin table, it will be fetched from here.
◆ machine_st_share