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

Go to the source code of this file.

Variables

static constexpr std::array< const char *, 2 > connection_pool_supported_options
 

Variable Documentation

◆ connection_pool_supported_options

constexpr std::array<const char *, 2> connection_pool_supported_options
staticconstexpr
Initial value:
{
"idle_timeout",
"max_idle_server_connections",
}