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

Go to the source code of this file.

Variables

static constexpr size_t router_supported_options_size = 9
 
static constexpr std::array< std::string_view, router_supported_options_sizerouter_supported_options
 

Variable Documentation

◆ router_supported_options

constexpr std::array<std::string_view, router_supported_options_size> router_supported_options
staticconstexpr
Initial value:
{"user",
"name",
"keyring_path",
"master_key_path",
"master_key_reader",
"master_key_writer",
"dynamic_state",
"max_total_connections",
"pid_file",
}

◆ router_supported_options_size

constexpr size_t router_supported_options_size = 9
staticconstexpr