Go to the source code of this file.
|
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...
|
|
int | continent_rnd_next (PSI_table_handle *handle) |
|
int | continent_rnd_init (PSI_table_handle *h, bool scan) |
|
int | continent_rnd_pos (PSI_table_handle *handle) |
|
int | continent_index_init (PSI_table_handle *handle, unsigned int idx, bool sorted, 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 | continent_write_row_values (PSI_table_handle *handle) |
|
int | continent_write_column_value (PSI_table_handle *handle, PSI_field *field, unsigned int index) |
|
int | continent_update_row_values (PSI_table_handle *handle) |
|
int | continent_update_column_value (PSI_table_handle *handle, PSI_field *field, unsigned int index) |
|
int | continent_delete_row_values (PSI_table_handle *handle) |
|
int | continent_delete_all_rows (void) |
|
unsigned long long | continent_get_row_count (void) |
|
void | init_continent_share (PFS_engine_table_share_proxy *share) |
|
int | write_rows_from_component (Continent_Table_Handle *h) |
|
◆ CONTINENT_MAX_ROWS
#define CONTINENT_MAX_ROWS 10 |
◆ continent_close_table()
Destroy the Continent_Table_Handle at plugin code when corresponding table in performance schema is closed.
◆ continent_delete_all_rows()
int continent_delete_all_rows |
( |
void |
| ) |
|
◆ continent_delete_row_values()
◆ continent_get_row_count()
unsigned long long continent_get_row_count |
( |
void |
| ) |
|
◆ continent_index_init()
◆ continent_index_next()
◆ continent_index_read()
◆ continent_open_table()
Instantiate Continent_Table_Handle at plugin code when corresponding table in performance schema is opened.
◆ continent_read_column_value()
◆ continent_reset_position()
◆ continent_rnd_init()
◆ continent_rnd_next()
◆ continent_rnd_pos()
◆ continent_update_column_value()
◆ continent_update_row_values()
◆ continent_write_column_value()
◆ continent_write_row_values()
◆ init_continent_share()
◆ write_rows_from_component()
◆ continent_records_array
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.
◆ continent_st_share
◆ LOCK_continent_records_array