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

Variables

constexpr const std::array< std::pair< std::string_view, DestMetadataCacheGroup::ServerRole >, 3 > known_roles
 

Variable Documentation

◆ known_roles

constexpr const std::array< std::pair<std::string_view, DestMetadataCacheGroup::ServerRole>, 3> anonymous_namespace{dest_metadata_cache.cc}::known_roles
constexpr
Initial value:
{{
{"PRIMARY", DestMetadataCacheGroup::ServerRole::Primary},
{"SECONDARY", DestMetadataCacheGroup::ServerRole::Secondary},
{"PRIMARY_AND_SECONDARY",
DestMetadataCacheGroup::ServerRole::PrimaryAndSecondary},
}}