| 
    MySQL 5.6.14 Source Code Document
    
   | 
 
#include <table_setup_objects.h>
Public Attributes | |
| enum_object_type | m_object_type | 
| char | m_schema_name [NAME_LEN] | 
| uint | m_schema_name_length | 
| char | m_object_name [NAME_LEN] | 
| uint | m_object_name_length | 
| bool * | m_enabled_ptr | 
| bool * | m_timed_ptr | 
A row of PERFORMANCE_SCHEMA.SETUP_OBJECTS.
Definition at line 35 of file table_setup_objects.h.
| bool* row_setup_objects::m_enabled_ptr | 
Column ENABLED.
Definition at line 48 of file table_setup_objects.h.
| char row_setup_objects::m_object_name[NAME_LEN] | 
Column OBJECT_NAME.
Definition at line 44 of file table_setup_objects.h.
| uint row_setup_objects::m_object_name_length | 
Length in bytes of m_object_name. 
Definition at line 46 of file table_setup_objects.h.
| enum_object_type row_setup_objects::m_object_type | 
Column OBJECT_TYPE.
Definition at line 38 of file table_setup_objects.h.
| char row_setup_objects::m_schema_name[NAME_LEN] | 
Column SCHEMA_NAME.
Definition at line 40 of file table_setup_objects.h.
| uint row_setup_objects::m_schema_name_length | 
Length in bytes of m_schema_name. 
Definition at line 42 of file table_setup_objects.h.
| bool* row_setup_objects::m_timed_ptr | 
Column TIMED.
Definition at line 50 of file table_setup_objects.h.