MySQL 8.3.0
Source Code Documentation
GROUP_REPLICATION_CONNECTION_STATUS_CALLBACKS Struct Reference

#include <plugin_group_replication.h>

Public Attributes

void *const context
 
void(* set_channel_name )(void *const context, const char &value, size_t length)
 
void(* set_group_name )(void *const context, const char &value, size_t length)
 
void(* set_source_uuid )(void *const context, const char &value, size_t length)
 
void(* set_service_state )(void *const context, bool state)
 

Member Data Documentation

◆ context

void* const GROUP_REPLICATION_CONNECTION_STATUS_CALLBACKS::context

◆ set_channel_name

void(* GROUP_REPLICATION_CONNECTION_STATUS_CALLBACKS::set_channel_name) (void *const context, const char &value, size_t length)

◆ set_group_name

void(* GROUP_REPLICATION_CONNECTION_STATUS_CALLBACKS::set_group_name) (void *const context, const char &value, size_t length)

◆ set_service_state

void(* GROUP_REPLICATION_CONNECTION_STATUS_CALLBACKS::set_service_state) (void *const context, bool state)

◆ set_source_uuid

void(* GROUP_REPLICATION_CONNECTION_STATUS_CALLBACKS::set_source_uuid) (void *const context, const char &value, size_t length)

The documentation for this struct was generated from the following file: