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

#include <table_socket_summary_by_event_name.h>

Collaboration diagram for row_socket_summary_by_event_name:

Public Attributes

PFS_event_name_row m_event_name
PFS_socket_io_stat_row m_io_stat

Detailed Description

A row of table PERFORMANCE_SCHEMA.SOCKET_SUMMARY_BY_EVENT_NAME.

Definition at line 39 of file table_socket_summary_by_event_name.h.

Member Data Documentation

PFS_event_name_row row_socket_summary_by_event_name::m_event_name

Column EVENT_NAME.

Definition at line 42 of file table_socket_summary_by_event_name.h.

PFS_socket_io_stat_row row_socket_summary_by_event_name::m_io_stat

Columns COUNT_STAR, SUM/MIN/AVG/MAX TIMER and NUMBER_OF_BYTES for each operation.

Definition at line 45 of file table_socket_summary_by_event_name.h.


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