MySQL 9.0.0
Source Code Documentation
ps_information.h File Reference

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)
 

Function Documentation

◆ get_connection_status()

bool get_connection_status ( const GROUP_REPLICATION_CONNECTION_STATUS_CALLBACKS callbacks,
char *  group_name_pointer,
char *  channel_name,
bool  is_group_replication_running 
)

◆ get_group_member_stats()

bool get_group_member_stats ( uint  index,
const GROUP_REPLICATION_GROUP_MEMBER_STATS_CALLBACKS callbacks,
char *  channel_name 
)

◆ get_group_members_info()

bool get_group_members_info ( uint  index,
const GROUP_REPLICATION_GROUP_MEMBERS_CALLBACKS callbacks,
char *  channel_name 
)