![]() |
MySQL 9.5.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 |
| mysql_harness::TcpDestination | dest |
| State | state |
| Role | role |
| std::string | version |
|
strong |
|
strong |
| mysql_harness::TcpDestination GroupReplicationMember::dest |
| std::string GroupReplicationMember::member_id |
| Role GroupReplicationMember::role |
| State GroupReplicationMember::state |
| std::string GroupReplicationMember::version |