|
MySQL 5.6.14 Source Code Document
|
#include <table_file_summary_by_instance.h>

Public Attributes | |
| const char * | m_filename |
| uint | m_filename_length |
| PFS_event_name_row | m_event_name |
| const void * | m_identity |
| PFS_file_io_stat_row | m_io_stat |
A row of PERFORMANCE_SCHEMA.FILE_SUMMARY_BY_INSTANCE.
Definition at line 36 of file table_file_summary_by_instance.h.
| PFS_event_name_row row_file_summary_by_instance::m_event_name |
Column EVENT_NAME.
Definition at line 44 of file table_file_summary_by_instance.h.
| const char* row_file_summary_by_instance::m_filename |
Column FILE_NAME.
Definition at line 39 of file table_file_summary_by_instance.h.
| uint row_file_summary_by_instance::m_filename_length |
Length in bytes of m_filename.
Definition at line 41 of file table_file_summary_by_instance.h.
| const void* row_file_summary_by_instance::m_identity |
Column OBJECT_INSTANCE_BEGIN
Definition at line 47 of file table_file_summary_by_instance.h.
| PFS_file_io_stat_row row_file_summary_by_instance::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 52 of file table_file_summary_by_instance.h.