MySQL 8.4.0
Source Code Documentation
mysql_status_variable_reader_imp Class Reference

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...
 

Detailed Description

Implementation of the mysql_status_variable_string service.

Member Function Documentation

◆ get()

mysql_service_status_t mysql_status_variable_reader_imp::get ( THD hthd,
const char *  name,
bool  get_global,
my_h_string out_string 
)
staticnoexcept

Gets the string value of a global status variable by name.

This is the implementation of mysql_status_variable_reader::get service method.


The documentation for this class was generated from the following files: