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

#include <table_esms_by_digest.h>

Collaboration diagram for row_esms_by_digest:

Public Attributes

PFS_digest_row m_digest
PFS_statement_stat_row m_stat
ulonglong m_first_seen
ulonglong m_last_seen

Detailed Description

A row of table PERFORMANCE_SCHEMA.EVENTS_STATEMENTS_SUMMARY_BY_DIGEST.

Definition at line 36 of file table_esms_by_digest.h.

Member Data Documentation

PFS_digest_row row_esms_by_digest::m_digest

Columns DIGEST/DIGEST_TEXT.

Definition at line 39 of file table_esms_by_digest.h.

ulonglong row_esms_by_digest::m_first_seen

Column FIRST_SEEN.

Definition at line 45 of file table_esms_by_digest.h.

ulonglong row_esms_by_digest::m_last_seen

Column LAST_SEEN.

Definition at line 47 of file table_esms_by_digest.h.

PFS_statement_stat_row row_esms_by_digest::m_stat

Columns COUNT_STAR, SUM/MIN/AVG/MAX TIMER_WAIT.

Definition at line 42 of file table_esms_by_digest.h.


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