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

#include <table_events_waits_summary.h>

Collaboration diagram for row_events_waits_summary_by_instance:

Public Attributes

const char * m_name
uint m_name_length
intptr m_object_instance_addr
PFS_stat_row m_stat

Detailed Description

A row of PERFORMANCE_SCHEMA.EVENTS_WAITS_SUMMARY_BY_INSTANCE.

Definition at line 37 of file table_events_waits_summary.h.

Member Data Documentation

const char* row_events_waits_summary_by_instance::m_name

Column EVENT_NAME.

Definition at line 40 of file table_events_waits_summary.h.

uint row_events_waits_summary_by_instance::m_name_length

Length in bytes of m_name.

Definition at line 42 of file table_events_waits_summary.h.

intptr row_events_waits_summary_by_instance::m_object_instance_addr

Column OBJECT_INSTANCE_BEGIN.

Definition at line 44 of file table_events_waits_summary.h.

PFS_stat_row row_events_waits_summary_by_instance::m_stat

Columns COUNT_STAR, SUM/MIN/AVG/MAX TIMER_WAIT.

Definition at line 46 of file table_events_waits_summary.h.


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