![]() |
MySQL 8.0.30
Source Code Documentation
|
Classes | |
struct | dummy_table_handle_type |
Functions | |
Group_member_info_list & | get_preferred_leaders () |
Fetch preferred leaders instance. More... | |
Group_member_info_list & | get_actual_leaders () |
Fetch actual leaders instance. More... | |
static bool | fetch_row_data () |
static unsigned long long | get_row_count () |
static int | rnd_next (PSI_table_handle *handle) |
static int | rnd_init (PSI_table_handle *handle, bool scan) |
static int | rnd_pos (PSI_table_handle *handle) |
static void | reset_position (PSI_table_handle *handle) |
static int | read_column_value (PSI_table_handle *handle, PSI_field *field, unsigned int index) |
static PSI_table_handle * | open_table (PSI_pos **pos) |
static void | close_table (PSI_table_handle *handle) |
Variables | |
static constexpr int | SUCCESS = 0 |
static dummy_table_handle_type | dummy_table_handle {} |
static constexpr unsigned long long | NR_ROWS {1} |
static unsigned long long | s_current_pos {0} |
static uint32_t | s_write_concurrency {0} |
static Member_version | s_mysql_version {0x00000} |
|
static |
|
static |
Group_member_info_list & gr::perfschema::pfs_table_communication_information::get_actual_leaders | ( | ) |
Fetch actual leaders instance.
The actual leaders are members which is carrying out leader at this moment.
Group_member_info_list & gr::perfschema::pfs_table_communication_information::get_preferred_leaders | ( | ) |
Fetch preferred leaders instance.
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
staticconstexpr |
|
static |
|
static |
|
static |
|
staticconstexpr |