|
int | continent_delete_all_rows (void) |
|
PSI_table_handle * | continent_open_table (PSI_pos **pos) |
| Instantiate Continent_Table_Handle at plugin code when corresponding table in performance schema is opened. More...
|
|
void | continent_close_table (PSI_table_handle *handle) |
| Destroy the Continent_Table_Handle at plugin code when corresponding table in performance schema is closed. More...
|
|
static void | copy_record (Continent_record *dest, Continent_record *source) |
|
int | continent_rnd_next (PSI_table_handle *handle) |
|
int | continent_rnd_init (PSI_table_handle *, bool) |
|
int | continent_rnd_pos (PSI_table_handle *handle) |
|
int | continent_index_init (PSI_table_handle *handle, unsigned int idx, bool, PSI_index_handle **index) |
|
int | continent_index_read (PSI_index_handle *index, PSI_key_reader *reader, unsigned int idx, int find_flag) |
|
int | continent_index_next (PSI_table_handle *handle) |
|
void | continent_reset_position (PSI_table_handle *handle) |
|
int | continent_read_column_value (PSI_table_handle *handle, PSI_field *field, unsigned int index) |
|
int | write_rows_from_component (Continent_Table_Handle *handle) |
|
unsigned long long | continent_get_row_count (void) |
|
void | init_continent_share (PFS_engine_table_share_proxy *share) |
|