MySQL 9.1.0
Source Code Documentation
|
Single table I/O statistic. More...
#include <pfs_stat.h>
Public Member Functions | |
PFS_table_io_stat () | |
void | reset () |
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 |
FETCH statistics. More... | |
PFS_single_stat | m_insert |
INSERT statistics. More... | |
PFS_single_stat | m_update |
UPDATE statistics. More... | |
PFS_single_stat | m_delete |
DELETE statistics. More... | |
Single table I/O statistic.
|
inline |
|
inline |
|
inline |
|
inline |
PFS_single_stat PFS_table_io_stat::m_delete |
DELETE statistics.
PFS_single_stat PFS_table_io_stat::m_fetch |
FETCH statistics.
bool PFS_table_io_stat::m_has_data |
PFS_single_stat PFS_table_io_stat::m_insert |
INSERT statistics.
PFS_single_stat PFS_table_io_stat::m_update |
UPDATE statistics.