MySQL 5.6.14 Source Code Document
|
#include <table_file_summary_by_event_name.h>
Public Attributes | |
PFS_event_name_row | m_event_name |
PFS_file_io_stat_row | m_io_stat |
A row of PERFORMANCE_SCHEMA.FILE_SUMMARY_BY_EVENT_NAME.
Definition at line 36 of file table_file_summary_by_event_name.h.
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.