MySQL 9.0.0
Source Code Documentation
row_global_variable_attributes Struct Reference

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_attributesoperator= (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
 

Detailed Description

A row of table PERFORMANCE_SCHEMA.GLOBAL_VARIABLE_ATTRIBUTES.

Constructor & Destructor Documentation

◆ row_global_variable_attributes() [1/3]

row_global_variable_attributes::row_global_variable_attributes ( )

◆ row_global_variable_attributes() [2/3]

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() [3/3]

row_global_variable_attributes::row_global_variable_attributes ( const row_global_variable_attributes other)

Member Function Documentation

◆ operator=()

row_global_variable_attributes & row_global_variable_attributes::operator= ( const row_global_variable_attributes other)

Member Data Documentation

◆ m_attr_name

char row_global_variable_attributes::m_attr_name[COL_SHORT_NAME_SIZE]

Column ATTR_NAME.

◆ m_attr_name_length

uint row_global_variable_attributes::m_attr_name_length

◆ m_attr_value

char row_global_variable_attributes::m_attr_value[COL_INFO_SIZE]

Column ATTR_VALUE.

◆ m_attr_value_length

uint row_global_variable_attributes::m_attr_value_length

◆ m_variable_name

char row_global_variable_attributes::m_variable_name[COL_OBJECT_NAME_SIZE]

Column VARIABLE_NAME.

◆ m_variable_name_length

uint row_global_variable_attributes::m_variable_name_length

The documentation for this struct was generated from the following files: