| 
| 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...
  | 
|   | 
| static void  | copy_record (Machine_Record *dest, Machine_Record *source) | 
|   | 
| 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 () | 
|   | 
| unsigned long long  | machine_get_row_count () | 
|   | 
| void  | init_machine_share (PFS_engine_table_share_proxy *share) | 
|   |