MySQL 8.0.40
Source Code Documentation
|
Implementation of the mysql_status_variable_string service. More...
#include <mysql_status_variable_reader_imp.h>
Static Public Member Functions | |
static mysql_service_status_t | get (THD *thd, const char *name, bool get_global, my_h_string *out_string) noexcept |
Gets the string value of a global status variable by name. More... | |
Implementation of the mysql_status_variable_string service.
|
staticnoexcept |
Gets the string value of a global status variable by name.
This is the implementation of mysql_status_variable_reader::get service method.