MySQL 9.1.0
Source Code Documentation
|
#include <mysql/plugin_group_replication.h>
#include "plugin/group_replication/include/applier.h"
#include "plugin/group_replication/include/gcs_operations.h"
#include "plugin/group_replication/include/member_info.h"
#include "plugin/group_replication/include/plugin_server_include.h"
Go to the source code of this file.
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 | ||
) |