MySQL 9.0.0
Source Code Documentation
mysql_system_variable_bits.h File Reference
#include <sql/set_var.h>
#include "sql/sql_class.h"

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)
 

Function Documentation

◆ get_variable_value()

const char * get_variable_value ( THD thd,
sys_var system_var,
char *  val_buf,
enum_var_type  var_type,
size_t *  val_length 
)

◆ sysvar_type()

enum_var_type sysvar_type ( const char *  type_name)

Return the system variable type given a type name.