MySQL 9.1.0
Source Code Documentation
|
Go to the source code of this file.
Functions | |
enum_var_type | sysvar_type (const char *type_name) |
Return the system variable type given a type name. More... | |
const char * | get_variable_value (THD *thd, sys_var *system_var, char *val_buf, enum_var_type var_type, size_t *val_length) |
const char * get_variable_value | ( | THD * | thd, |
sys_var * | system_var, | ||
char * | val_buf, | ||
enum_var_type | var_type, | ||
size_t * | val_length | ||
) |
enum_var_type sysvar_type | ( | const char * | type_name | ) |
Return the system variable type given a type name.