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

#include <pfs_stat.h>

Collaboration diagram for PFS_table_io_stat:

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

Detailed Description

Single table io statistic.

Definition at line 417 of file pfs_stat.h.

Member Data Documentation

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.


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