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

Go to the source code of this file.

Namespaces

namespace  connection_pool
 
namespace  connection_pool::options
 

Variables

constexpr const char connection_pool::options::kIdleTimeout [] {"idle_timeout"}
 
constexpr const char connection_pool::options::kMaxIdleServerConnections [] {"max_idle_server_connections"}
 
static constexpr std::array connection_pool_supported_options
 

Variable Documentation

◆ connection_pool_supported_options

constexpr std::array connection_pool_supported_options
staticconstexpr
Initial value:
{
}
constexpr const char kMaxIdleServerConnections[]
Definition: supported_connection_pool_options.h:34
constexpr const char kIdleTimeout[]
Definition: supported_connection_pool_options.h:33