MySQL 9.0.0
Source Code Documentation
routing::options Namespace Reference

Variables

static constexpr const char kProtocol [] {"protocol"}
 
static constexpr const char kDestinations [] {"destinations"}
 
static constexpr const char kBindPort [] {"bind_port"}
 
static constexpr const char kBindAddress [] {"bind_address"}
 
static constexpr const char kMaxConnections [] {"max_connections"}
 
static constexpr const char kConnectTimeout [] {"connect_timeout"}
 
static constexpr const char kSocket [] {"socket"}
 
static constexpr const char kMaxConnectErrors [] {"max_connect_errors"}
 
static constexpr const char kRoutingStrategy [] {"routing_strategy"}
 
static constexpr const char kClientConnectTimeout [] {"client_connect_timeout"}
 
static constexpr const char kNetBufferLength [] {"net_buffer_length"}
 
static constexpr const char kThreadStackSize [] {"thread_stack_size"}
 
static constexpr const char kClientSslMode [] {"client_ssl_mode"}
 
static constexpr const char kClientSslCert [] {"client_ssl_cert"}
 
static constexpr const char kClientSslKey [] {"client_ssl_key"}
 
static constexpr const char kClientSslCipher [] {"client_ssl_cipher"}
 
static constexpr const char kClientSslCa [] {"client_ssl_ca"}
 
static constexpr const char kClientSslCaPath [] {"client_ssl_capath"}
 
static constexpr const char kClientSslCrl [] {"client_ssl_crl"}
 
static constexpr const char kClientSslCrlPath [] {"client_ssl_crlpath"}
 
static constexpr const char kClientSslCurves [] {"client_ssl_curves"}
 
static constexpr const char kClientSslDhParams [] {"client_ssl_dh_params"}
 
static constexpr const char kServerSslMode [] {"server_ssl_mode"}
 
static constexpr const char kServerSslCert [] {"server_ssl_cert"}
 
static constexpr const char kServerSslKey [] {"server_ssl_key"}
 
static constexpr const char kServerSslVerify [] {"server_ssl_verify"}
 
static constexpr const char kServerSslCipher [] {"server_ssl_cipher"}
 
static constexpr const char kServerSslCa [] {"server_ssl_ca"}
 
static constexpr const char kServerSslCaPath [] {"server_ssl_capath"}
 
static constexpr const char kServerSslCrl [] {"server_ssl_crl"}
 
static constexpr const char kServerSslCrlPath [] {"server_ssl_crlpath"}
 
static constexpr const char kServerSslCurves [] {"server_ssl_curves"}
 
static constexpr const char kConnectionSharing [] {"connection_sharing"}
 
static constexpr const char kConnectionSharingDelay []
 
static constexpr const char kClientSslSessionCacheMode []
 
static constexpr const char kClientSslSessionCacheSize []
 
static constexpr const char kClientSslSessionCacheTimeout []
 
static constexpr const char kServerSslSessionCacheMode []
 
static constexpr const char kServerSslSessionCacheSize []
 
static constexpr const char kServerSslSessionCacheTimeout []
 
static constexpr const char kConnectRetryTimeout [] {"connect_retry_timeout"}
 
static constexpr const char kAccessMode [] {"access_mode"}
 
static constexpr const char kWaitForMyWrites [] {"wait_for_my_writes"}
 
static constexpr const char kWaitForMyWritesTimeout []
 
static constexpr const char kRouterRequireEnforce [] {"router_require_enforce"}
 

Variable Documentation

◆ kAccessMode

constexpr const char routing::options::kAccessMode[] {"access_mode"}
staticconstexpr

◆ kBindAddress

constexpr const char routing::options::kBindAddress[] {"bind_address"}
staticconstexpr

◆ kBindPort

constexpr const char routing::options::kBindPort[] {"bind_port"}
staticconstexpr

◆ kClientConnectTimeout

constexpr const char routing::options::kClientConnectTimeout[] {"client_connect_timeout"}
staticconstexpr

◆ kClientSslCa

constexpr const char routing::options::kClientSslCa[] {"client_ssl_ca"}
staticconstexpr

◆ kClientSslCaPath

constexpr const char routing::options::kClientSslCaPath[] {"client_ssl_capath"}
staticconstexpr

◆ kClientSslCert

constexpr const char routing::options::kClientSslCert[] {"client_ssl_cert"}
staticconstexpr

◆ kClientSslCipher

constexpr const char routing::options::kClientSslCipher[] {"client_ssl_cipher"}
staticconstexpr

◆ kClientSslCrl

constexpr const char routing::options::kClientSslCrl[] {"client_ssl_crl"}
staticconstexpr

◆ kClientSslCrlPath

constexpr const char routing::options::kClientSslCrlPath[] {"client_ssl_crlpath"}
staticconstexpr

◆ kClientSslCurves

constexpr const char routing::options::kClientSslCurves[] {"client_ssl_curves"}
staticconstexpr

◆ kClientSslDhParams

constexpr const char routing::options::kClientSslDhParams[] {"client_ssl_dh_params"}
staticconstexpr

◆ kClientSslKey

constexpr const char routing::options::kClientSslKey[] {"client_ssl_key"}
staticconstexpr

◆ kClientSslMode

constexpr const char routing::options::kClientSslMode[] {"client_ssl_mode"}
staticconstexpr

◆ kClientSslSessionCacheMode

constexpr const char routing::options::kClientSslSessionCacheMode[]
staticconstexpr
Initial value:
{
"client_ssl_session_cache_mode"}

◆ kClientSslSessionCacheSize

constexpr const char routing::options::kClientSslSessionCacheSize[]
staticconstexpr
Initial value:
{
"client_ssl_session_cache_size"}

◆ kClientSslSessionCacheTimeout

constexpr const char routing::options::kClientSslSessionCacheTimeout[]
staticconstexpr
Initial value:
{
"client_ssl_session_cache_timeout"}

◆ kConnectionSharing

constexpr const char routing::options::kConnectionSharing[] {"connection_sharing"}
staticconstexpr

◆ kConnectionSharingDelay

constexpr const char routing::options::kConnectionSharingDelay[]
staticconstexpr
Initial value:
{
"connection_sharing_delay"}

◆ kConnectRetryTimeout

constexpr const char routing::options::kConnectRetryTimeout[] {"connect_retry_timeout"}
staticconstexpr

◆ kConnectTimeout

constexpr const char routing::options::kConnectTimeout[] {"connect_timeout"}
staticconstexpr

◆ kDestinations

constexpr const char routing::options::kDestinations[] {"destinations"}
staticconstexpr

◆ kMaxConnectErrors

constexpr const char routing::options::kMaxConnectErrors[] {"max_connect_errors"}
staticconstexpr

◆ kMaxConnections

constexpr const char routing::options::kMaxConnections[] {"max_connections"}
staticconstexpr

◆ kNetBufferLength

constexpr const char routing::options::kNetBufferLength[] {"net_buffer_length"}
staticconstexpr

◆ kProtocol

constexpr const char routing::options::kProtocol[] {"protocol"}
staticconstexpr

◆ kRouterRequireEnforce

constexpr const char routing::options::kRouterRequireEnforce[] {"router_require_enforce"}
staticconstexpr

◆ kRoutingStrategy

constexpr const char routing::options::kRoutingStrategy[] {"routing_strategy"}
staticconstexpr

◆ kServerSslCa

constexpr const char routing::options::kServerSslCa[] {"server_ssl_ca"}
staticconstexpr

◆ kServerSslCaPath

constexpr const char routing::options::kServerSslCaPath[] {"server_ssl_capath"}
staticconstexpr

◆ kServerSslCert

constexpr const char routing::options::kServerSslCert[] {"server_ssl_cert"}
staticconstexpr

◆ kServerSslCipher

constexpr const char routing::options::kServerSslCipher[] {"server_ssl_cipher"}
staticconstexpr

◆ kServerSslCrl

constexpr const char routing::options::kServerSslCrl[] {"server_ssl_crl"}
staticconstexpr

◆ kServerSslCrlPath

constexpr const char routing::options::kServerSslCrlPath[] {"server_ssl_crlpath"}
staticconstexpr

◆ kServerSslCurves

constexpr const char routing::options::kServerSslCurves[] {"server_ssl_curves"}
staticconstexpr

◆ kServerSslKey

constexpr const char routing::options::kServerSslKey[] {"server_ssl_key"}
staticconstexpr

◆ kServerSslMode

constexpr const char routing::options::kServerSslMode[] {"server_ssl_mode"}
staticconstexpr

◆ kServerSslSessionCacheMode

constexpr const char routing::options::kServerSslSessionCacheMode[]
staticconstexpr
Initial value:
{
"server_ssl_session_cache_mode"}

◆ kServerSslSessionCacheSize

constexpr const char routing::options::kServerSslSessionCacheSize[]
staticconstexpr
Initial value:
{
"server_ssl_session_cache_size"}

◆ kServerSslSessionCacheTimeout

constexpr const char routing::options::kServerSslSessionCacheTimeout[]
staticconstexpr
Initial value:
{
"server_ssl_session_cache_timeout"}

◆ kServerSslVerify

constexpr const char routing::options::kServerSslVerify[] {"server_ssl_verify"}
staticconstexpr

◆ kSocket

constexpr const char routing::options::kSocket[] {"socket"}
staticconstexpr

◆ kThreadStackSize

constexpr const char routing::options::kThreadStackSize[] {"thread_stack_size"}
staticconstexpr

◆ kWaitForMyWrites

constexpr const char routing::options::kWaitForMyWrites[] {"wait_for_my_writes"}
staticconstexpr

◆ kWaitForMyWritesTimeout

constexpr const char routing::options::kWaitForMyWritesTimeout[]
staticconstexpr
Initial value:
{
"wait_for_my_writes_timeout"}