MySQL 9.1.0
Source Code Documentation
|
#include <string>
#include "mutex_lock.h"
#include "plugin/group_replication/include/member_info.h"
#include "plugin/group_replication/include/plugin.h"
#include "plugin/group_replication/include/ps_information.h"
#include "string_with_len.h"
Functions | |
bool | get_group_members_info (uint index, const GROUP_REPLICATION_GROUP_MEMBERS_CALLBACKS &callbacks, char *channel_name) |
bool | get_group_member_stats (uint index, const GROUP_REPLICATION_GROUP_MEMBER_STATS_CALLBACKS &callbacks, char *channel_name) |
bool | get_connection_status (const GROUP_REPLICATION_CONNECTION_STATUS_CALLBACKS &callbacks, char *group_name_pointer, char *channel_name, bool is_group_replication_running) |
bool get_connection_status | ( | const GROUP_REPLICATION_CONNECTION_STATUS_CALLBACKS & | callbacks, |
char * | group_name_pointer, | ||
char * | channel_name, | ||
bool | is_group_replication_running | ||
) |
bool get_group_member_stats | ( | uint | index, |
const GROUP_REPLICATION_GROUP_MEMBER_STATS_CALLBACKS & | callbacks, | ||
char * | channel_name | ||
) |
bool get_group_members_info | ( | uint | index, |
const GROUP_REPLICATION_GROUP_MEMBERS_CALLBACKS & | callbacks, | ||
char * | channel_name | ||
) |