MySQL 8.3.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...
 

Detailed Description

Single table I/O statistic.

Constructor & Destructor Documentation

◆ PFS_table_io_stat()

PFS_table_io_stat::PFS_table_io_stat ( )
inline

Member Function Documentation

◆ aggregate()

void PFS_table_io_stat::aggregate ( const PFS_table_io_stat stat)
inline

◆ reset()

void PFS_table_io_stat::reset ( void  )
inline

◆ sum()

void PFS_table_io_stat::sum ( PFS_single_stat result)
inline

Member Data Documentation

◆ m_delete

PFS_single_stat PFS_table_io_stat::m_delete

DELETE statistics.

◆ m_fetch

PFS_single_stat PFS_table_io_stat::m_fetch

FETCH statistics.

◆ m_has_data

bool PFS_table_io_stat::m_has_data

◆ m_insert

PFS_single_stat PFS_table_io_stat::m_insert

INSERT statistics.

◆ m_update

PFS_single_stat PFS_table_io_stat::m_update

UPDATE statistics.


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