MySQL 9.6.0
Source Code Documentation
anonymous_namespace{my_system.cc} Namespace Reference

Functions

bool string_to_bool (const std::string &input)
 
std::optional< ulonglongstring_to_ull (const std::string &input)
 

Variables

bool * should_use_container_config = nullptr
 
ulonglong configured_memory {0}
 

Function Documentation

◆ string_to_bool()

bool anonymous_namespace{my_system.cc}::string_to_bool ( const std::string &  input)
inline

◆ string_to_ull()

std::optional< ulonglong > anonymous_namespace{my_system.cc}::string_to_ull ( const std::string &  input)
inline

Variable Documentation

◆ configured_memory

ulonglong anonymous_namespace{my_system.cc}::configured_memory {0}

◆ should_use_container_config

bool* anonymous_namespace{my_system.cc}::should_use_container_config = nullptr