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

#include <table_file_summary_by_event_name.h>

Collaboration diagram for row_file_summary_by_event_name:

Public Attributes

PFS_event_name_row m_event_name
PFS_file_io_stat_row m_io_stat

Detailed Description

A row of PERFORMANCE_SCHEMA.FILE_SUMMARY_BY_EVENT_NAME.

Definition at line 36 of file table_file_summary_by_event_name.h.

Member Data Documentation

PFS_event_name_row row_file_summary_by_event_name::m_event_name

Column EVENT_NAME.

Definition at line 39 of file table_file_summary_by_event_name.h.

PFS_file_io_stat_row row_file_summary_by_event_name::m_io_stat

Columns COUNT_STAR, SUM/MIN/AVG/MAX TIMER and NUMBER_OF_BYTES for READ, WRITE and MISC operation types.

Definition at line 44 of file table_file_summary_by_event_name.h.


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