MySQL 8.3.0
Source Code Documentation
MysqlServerMockConfig Struct Reference

Public Attributes

std::string queries_filename
 
std::string module_prefix
 
std::string bind_address {"0.0.0.0"}
 
std::string port {"3306"}
 
std::string http_port {}
 
std::string xport {}
 
bool verbose {false}
 
std::string logging_folder
 
std::string ssl_cert
 
std::string ssl_key
 
std::string ssl_mode
 
std::string tls_version
 
std::string ssl_ca
 
std::string ssl_capath
 
std::string ssl_crl
 
std::string ssl_crlpath
 
std::string ssl_cipher
 
bool core_file {false}
 

Member Data Documentation

◆ bind_address

std::string MysqlServerMockConfig::bind_address {"0.0.0.0"}

◆ core_file

bool MysqlServerMockConfig::core_file {false}

◆ http_port

std::string MysqlServerMockConfig::http_port {}

◆ logging_folder

std::string MysqlServerMockConfig::logging_folder

◆ module_prefix

std::string MysqlServerMockConfig::module_prefix

◆ port

std::string MysqlServerMockConfig::port {"3306"}

◆ queries_filename

std::string MysqlServerMockConfig::queries_filename

◆ ssl_ca

std::string MysqlServerMockConfig::ssl_ca

◆ ssl_capath

std::string MysqlServerMockConfig::ssl_capath

◆ ssl_cert

std::string MysqlServerMockConfig::ssl_cert

◆ ssl_cipher

std::string MysqlServerMockConfig::ssl_cipher

◆ ssl_crl

std::string MysqlServerMockConfig::ssl_crl

◆ ssl_crlpath

std::string MysqlServerMockConfig::ssl_crlpath

◆ ssl_key

std::string MysqlServerMockConfig::ssl_key

◆ ssl_mode

std::string MysqlServerMockConfig::ssl_mode

◆ tls_version

std::string MysqlServerMockConfig::tls_version

◆ verbose

bool MysqlServerMockConfig::verbose {false}

◆ xport

std::string MysqlServerMockConfig::xport {}

The documentation for this struct was generated from the following file: