MySQL 9.0.0
Source Code Documentation
supported_router_options.h File Reference
#include <array>
#include <string_view>

Go to the source code of this file.

Namespaces

namespace  router
 
namespace  router::options
 

Variables

static constexpr std::string_view router::options::kUser {"user"}
 
static constexpr std::string_view router::options::kName {"name"}
 
static constexpr std::string_view router::options::kKeyringPath {"keyring_path"}
 
static constexpr std::string_view router::options::kMasterKeyPath {"master_key_path"}
 
static constexpr std::string_view router::options::kMasterKeyReader {"master_key_reader"}
 
static constexpr std::string_view router::options::kMasterKeyWriter {"master_key_writer"}
 
static constexpr std::string_view router::options::kDynamicState {"dynamic_state"}
 
static constexpr std::string_view router::options::kMaxTotalConnections {"max_total_connections"}
 
static constexpr std::string_view router::options::kPidFile {"pid_file"}
 
static constexpr std::array router_supported_options
 

Variable Documentation

◆ router_supported_options

constexpr std::array router_supported_options
staticconstexpr
Initial value:
{
}
static constexpr std::string_view kKeyringPath
Definition: supported_router_options.h:36
static constexpr std::string_view kUser
Definition: supported_router_options.h:34
static constexpr std::string_view kPidFile
Definition: supported_router_options.h:42
static constexpr std::string_view kMasterKeyReader
Definition: supported_router_options.h:38
static constexpr std::string_view kMasterKeyWriter
Definition: supported_router_options.h:39
static constexpr std::string_view kMasterKeyPath
Definition: supported_router_options.h:37
static constexpr std::string_view kMaxTotalConnections
Definition: supported_router_options.h:41
static constexpr std::string_view kDynamicState
Definition: supported_router_options.h:40
static constexpr std::string_view kName
Definition: supported_router_options.h:35