|
MySQL 5.6.14 Source Code Document
|
#include <pfs_stat.h>

Public Member Functions | |
| void | aggregate (const PFS_file_stat *stat) |
| void | reset (void) |
Public Attributes | |
| ulong | m_open_count |
| PFS_file_io_stat | m_io_stat |
Statistics for FILE usage.
Definition at line 276 of file pfs_stat.h.
|
inline |
Reset file statistics.
Definition at line 289 of file pfs_stat.h.

| PFS_file_io_stat PFS_file_stat::m_io_stat |
File IO statistics.
Definition at line 281 of file pfs_stat.h.
| ulong PFS_file_stat::m_open_count |
Number of current open handles.
Definition at line 279 of file pfs_stat.h.