MySQL 9.1.0
Source Code Documentation
|
Table VARIABLES_META (declarations). More...
#include <sys/types.h>
#include "my_base.h"
#include "my_inttypes.h"
#include "mysql/components/services/system_variable_source_type.h"
#include "mysql_com.h"
#include "storage/perfschema/pfs_column_types.h"
#include "storage/perfschema/pfs_engine_table.h"
#include "storage/perfschema/pfs_variable.h"
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... | |
Table VARIABLES_META (declarations).
enum enum_variable_data_type : int |
enum enum_variable_scope : int |