MySQL 9.1.0
Source Code Documentation
|
Go to the source code of this file.
Classes | |
struct | s_mysql_group_replication_message_service_send |
A service that sends content agnostic messages from a member to the group. More... | |
struct | s_mysql_group_replication_message_service_recv |
A service that gets called whenever an agnostic message from the group replication stream is to be delivered by the group replication receiver thread. More... | |
Typedefs | |
typedef struct s_mysql_group_replication_message_service_send | mysql_service_group_replication_message_service_send_t |
A service that sends content agnostic messages from a member to the group. More... | |
typedef struct s_mysql_group_replication_message_service_recv | mysql_service_group_replication_message_service_recv_t |
A service that gets called whenever an agnostic message from the group replication stream is to be delivered by the group replication receiver thread. More... | |
typedef struct s_mysql_group_replication_message_service_recv mysql_service_group_replication_message_service_recv_t |
A service that gets called whenever an agnostic message from the group replication stream is to be delivered by the group replication receiver thread.
The implementation MUST NOT block the caller.
This only works if the component is on a server with group replication running and the member state is ONLINE. If server isn't ONLINE message won't be notified about messages received.