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

#include <table_esms_by_account_by_event_name.h>

Collaboration diagram for row_esms_by_account_by_event_name:

Public Attributes

PFS_account_row m_account
PFS_event_name_row m_event_name
PFS_statement_stat_row m_stat

Detailed Description

A row of table PERFORMANCE_SCHEMA.EVENTS_STATEMENTS_SUMMARY_BY_ACCOUNT_BY_EVENT_NAME.

Definition at line 40 of file table_esms_by_account_by_event_name.h.

Member Data Documentation

PFS_account_row row_esms_by_account_by_event_name::m_account

Column USER, HOST.

Definition at line 43 of file table_esms_by_account_by_event_name.h.

PFS_event_name_row row_esms_by_account_by_event_name::m_event_name

Column EVENT_NAME.

Definition at line 45 of file table_esms_by_account_by_event_name.h.

PFS_statement_stat_row row_esms_by_account_by_event_name::m_stat

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

Definition at line 47 of file table_esms_by_account_by_event_name.h.


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