MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
row_cond_instances Struct Reference

#include <table_sync_instances.h>

Public Attributes

const char * m_name
uint m_name_length
const void * m_identity

Detailed Description

A row of table PERFORMANCE_SCHEMA.COND_INSTANCES.

Definition at line 153 of file table_sync_instances.h.

Member Data Documentation

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.


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