MySQL 5.6.14 Source Code Document
|
#include <pfs_stat.h>
Public Member Functions | |
void | reset (void) |
void | aggregate (const PFS_table_io_stat *stat) |
void | sum (PFS_single_stat *result) |
Public Attributes | |
bool | m_has_data |
PFS_single_stat | m_fetch |
PFS_single_stat | m_insert |
PFS_single_stat | m_update |
PFS_single_stat | m_delete |
Single table io statistic.
Definition at line 417 of file pfs_stat.h.
PFS_single_stat PFS_table_io_stat::m_delete |
DELETE statistics
Definition at line 427 of file pfs_stat.h.
PFS_single_stat PFS_table_io_stat::m_fetch |
FETCH statistics
Definition at line 421 of file pfs_stat.h.
PFS_single_stat PFS_table_io_stat::m_insert |
INSERT statistics
Definition at line 423 of file pfs_stat.h.
PFS_single_stat PFS_table_io_stat::m_update |
UPDATE statistics
Definition at line 425 of file pfs_stat.h.