MySQL 5.6.14 Source Code Document
|
#include <table_sync_instances.h>
Public Attributes | |
const char * | m_name |
uint | m_name_length |
const void * | m_identity |
A row of table PERFORMANCE_SCHEMA.COND_INSTANCES.
Definition at line 153 of file table_sync_instances.h.
const void* row_cond_instances::m_identity |
Column OBJECT_INSTANCE_BEGIN.
Definition at line 160 of file table_sync_instances.h.
const char* row_cond_instances::m_name |
Column NAME.
Definition at line 156 of file table_sync_instances.h.
uint row_cond_instances::m_name_length |
Length in bytes of m_name
.
Definition at line 158 of file table_sync_instances.h.