MySQL 9.0.0
Source Code Documentation
table_variables_metadata.h File Reference

Table VARIABLES_META (declarations). More...

Go to the source code of this file.

Classes

struct  row_variables_metadata
 A row of table PERFORMANCE_SCHEMA.VARIABLES_METADATA. More...
 
class  table_variables_metadata
 Table PERFORMANCE_SCHEMA.VARIABLES_METADATA. More...
 

Enumerations

enum  enum_variable_scope : int { SCOPE_GLOBAL = 1 , SCOPE_SESSION , SCOPE_SESSION_ONLY }
 Calculated from sys_var::flag_enum. More...
 
enum  enum_variable_data_type : int {
  TYPE_INTEGER = 1 , TYPE_NUMERIC , TYPE_STRING , TYPE_ENUMERATION ,
  TYPE_BOOLEAN , TYPE_SET
}
 Calculated from enum_mysql_show_type. More...
 

Detailed Description

Table VARIABLES_META (declarations).

Enumeration Type Documentation

◆ enum_variable_data_type

Calculated from enum_mysql_show_type.

Enumerator
TYPE_INTEGER 
TYPE_NUMERIC 
TYPE_STRING 
TYPE_ENUMERATION 
TYPE_BOOLEAN 
TYPE_SET 

◆ enum_variable_scope

enum enum_variable_scope : int

Calculated from sys_var::flag_enum.

Enumerator
SCOPE_GLOBAL 
SCOPE_SESSION 
SCOPE_SESSION_ONLY