MySQL 9.1.0
Source Code Documentation
|
#include <cstdint>
#include <map>
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
struct | GroupReplicationMember |
Namespaces | |
namespace | mysqlrouter |
Functions | |
std::map< std::string, GroupReplicationMember > | fetch_group_replication_members (mysqlrouter::MySQLSession &connection, bool &single_primary) |
Fetches the list of group replication members known to the instance of the given connection. More... | |
const char * | to_string (GroupReplicationMember::State member_state) |
std::map< std::string, GroupReplicationMember > fetch_group_replication_members | ( | mysqlrouter::MySQLSession & | connection, |
bool & | single_primary | ||
) |
Fetches the list of group replication members known to the instance of the given connection.
throws metadata_cache::metadata_error
const char * to_string | ( | GroupReplicationMember::State | member_state | ) |