MySQL 9.0.0
Source Code Documentation
anonymous_namespace{dest_metadata_cache.cc} Namespace Reference

Variables

constexpr const auto known_roles
 

Variable Documentation

◆ known_roles

constexpr const auto anonymous_namespace{dest_metadata_cache.cc}::known_roles
constexpr
Initial value:
= std::to_array<
std::pair<std::string_view, DestMetadataCacheGroup::ServerRole>>({
{"PRIMARY", DestMetadataCacheGroup::ServerRole::Primary},
{"SECONDARY", DestMetadataCacheGroup::ServerRole::Secondary},
{"PRIMARY_AND_SECONDARY",
DestMetadataCacheGroup::ServerRole::PrimaryAndSecondary},
})