MySQL 9.0.0
Source Code Documentation
row_file_summary_by_event_name Struct Reference

A row of PERFORMANCE_SCHEMA.FILE_SUMMARY_BY_EVENT_NAME. More...

#include <table_file_summary_by_event_name.h>

Public Attributes

PFS_event_name_row m_event_name
 Column EVENT_NAME. More...
 
PFS_file_io_stat_row m_io_stat
 Columns COUNT_STAR, SUM/MIN/AVG/MAX TIMER and NUMBER_OF_BYTES for READ, WRITE and MISC operation types. More...
 

Detailed Description

A row of PERFORMANCE_SCHEMA.FILE_SUMMARY_BY_EVENT_NAME.

Member Data Documentation

◆ m_event_name

PFS_event_name_row row_file_summary_by_event_name::m_event_name

Column EVENT_NAME.

◆ m_io_stat

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.


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