MySQL 5.6.14 Source Code Document
|
#include <table_helper.h>
Public Member Functions | |
void | set (time_normalizer *normalizer, const PFS_single_stat *stat) |
void | set_field (uint index, Field *f) |
Public Attributes | |
ulonglong | m_count |
ulonglong | m_sum |
ulonglong | m_min |
ulonglong | m_avg |
ulonglong | m_max |
Row fragment for single statistics columns (COUNT, SUM, MIN, AVG, MAX)
Definition at line 207 of file table_helper.h.
|
inline |
Build a row with timer fields from a memory buffer.
Definition at line 221 of file table_helper.h.
|
inline |
Set a table field from the row.
Definition at line 242 of file table_helper.h.
ulonglong PFS_stat_row::m_avg |
Column AVG_TIMER_WAIT.
Definition at line 216 of file table_helper.h.
ulonglong PFS_stat_row::m_count |
Column COUNT_STAR.
Definition at line 210 of file table_helper.h.
ulonglong PFS_stat_row::m_max |
Column MAX_TIMER_WAIT.
Definition at line 218 of file table_helper.h.
ulonglong PFS_stat_row::m_min |
Column MIN_TIMER_WAIT.
Definition at line 214 of file table_helper.h.
ulonglong PFS_stat_row::m_sum |
Column SUM_TIMER_WAIT.
Definition at line 212 of file table_helper.h.