24#ifndef COMPONENT_STAUTS_VARIABLE_SERVICE_H
25#define COMPONENT_STAUTS_VARIABLE_SERVICE_H
An implementation of the component status variables Service to register variable and unregister varia...
Definition: component_status_var_service_imp.h:38
static mysql_service_status_t unregister_variable(SHOW_VAR *status_var) noexcept
Unregister's status variable.
Definition: component_status_var_service.cc:63
static mysql_service_status_t register_variable(SHOW_VAR *status_var) noexcept
Register status variable.
Definition: component_status_var_service.cc:43
bool add_status_vars(const SHOW_VAR *)
Definition: sql_show.cc:3299
void remove_status_vars(SHOW_VAR *)
Definition: sql_show.cc:3476
Specifies macros to define Service Implementations.
#define DEFINE_BOOL_METHOD(name, args)
A short macro to define method that returns bool, which is the most common case.
Definition: service_implementation.h:88
SHOW STATUS Server status variable.
Definition: status_var.h:79