MySQL 8.3.0
Source Code Documentation
supported_metadata_cache_options.h File Reference
#include <array>

Go to the source code of this file.

Variables

static constexpr std::array< const char *, 19 > metadata_cache_supported_options
 

Variable Documentation

◆ metadata_cache_supported_options

constexpr std::array<const char *, 19> metadata_cache_supported_options
staticconstexpr
Initial value:
{{
"user",
"ttl",
"auth_cache_ttl",
"auth_cache_refresh_interval",
"metadata_cluster",
"connect_timeout",
"read_timeout",
"router_id",
"thread_stack_size",
"use_gr_notifications",
"cluster_type",
"bootstrap_server_addresses",
"ssl_mode",
"ssl_cipher",
"tls_version",
"ssl_ca",
"ssl_capath",
"ssl_crl",
"ssl_crlpath",
}}