24#ifndef MYSQL_SYSTEM_VARIABLE_BITS_H
25#define MYSQL_SYSTEM_VARIABLE_BITS_H
For each client connection we create a separate thread with THD serving as a thread/connection descri...
Definition: sql_lexer_thd.h:36
A class representing one system variable - that is something that can be accessed as @global....
Definition: set_var.h:107
enum_var_type sysvar_type(const char *type_name)
Return the system variable type given a type name.
Definition: mysql_system_variable_update_imp.cc:50
const char * get_variable_value(THD *thd, sys_var *system_var, char *val_buf, enum_var_type var_type, size_t *val_length)
Definition: component_sys_var_service.cc:626
"public" interface to sys_var - server configuration variables.
enum_var_type
Definition: set_var.h:92