MySQL 9.1.0
Source Code Documentation
|
#include <group_replication_metadata.h>
Public Types | |
enum class | State { Online , Recovering , Unreachable , Offline , Error , Other } |
enum class | Role { Primary , Secondary } |
Public Attributes | |
std::string | member_id |
std::string | host |
uint16_t | port |
State | state |
Role | role |
|
strong |
|
strong |
std::string GroupReplicationMember::host |
std::string GroupReplicationMember::member_id |
uint16_t GroupReplicationMember::port |
Role GroupReplicationMember::role |
State GroupReplicationMember::state |