MySQL 9.1.0
Source Code Documentation
|
A row of table PERFORMANCE_SCHEMA.GLOBAL_VARIABLE_ATTRIBUTES. More...
#include <table_global_variable_attributes.h>
Public Member Functions | |
row_global_variable_attributes () | |
row_global_variable_attributes (const sys_var *system_var, const char *attribute_name, const char *attribute_value) | |
row_global_variable_attributes (const row_global_variable_attributes &other) | |
row_global_variable_attributes & | operator= (const row_global_variable_attributes &other) |
Public Attributes | |
char | m_variable_name [COL_OBJECT_NAME_SIZE] |
Column VARIABLE_NAME. More... | |
uint | m_variable_name_length |
char | m_attr_name [COL_SHORT_NAME_SIZE] |
Column ATTR_NAME. More... | |
uint | m_attr_name_length |
char | m_attr_value [COL_INFO_SIZE] |
Column ATTR_VALUE. More... | |
uint | m_attr_value_length |
A row of table PERFORMANCE_SCHEMA.GLOBAL_VARIABLE_ATTRIBUTES.
row_global_variable_attributes::row_global_variable_attributes | ( | ) |
row_global_variable_attributes::row_global_variable_attributes | ( | const sys_var * | system_var, |
const char * | attribute_name, | ||
const char * | attribute_value | ||
) |
row_global_variable_attributes::row_global_variable_attributes | ( | const row_global_variable_attributes & | other | ) |
row_global_variable_attributes & row_global_variable_attributes::operator= | ( | const row_global_variable_attributes & | other | ) |
char row_global_variable_attributes::m_attr_name[COL_SHORT_NAME_SIZE] |
Column ATTR_NAME.
uint row_global_variable_attributes::m_attr_name_length |
char row_global_variable_attributes::m_attr_value[COL_INFO_SIZE] |
Column ATTR_VALUE.
uint row_global_variable_attributes::m_attr_value_length |
char row_global_variable_attributes::m_variable_name[COL_OBJECT_NAME_SIZE] |
Column VARIABLE_NAME.
uint row_global_variable_attributes::m_variable_name_length |