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


Public Member Functions | |
| uint32 | get_version () |
Public Attributes | |
| const void * | m_identity |
| char | m_filename [FN_REFLEN] |
| uint | m_filename_length |
| PFS_file_class * | m_class |
| PFS_file_stat | m_file_stat |
Public Attributes inherited from PFS_instr | |
| pfs_lock | m_lock |
| bool | m_enabled |
| bool | m_timed |
Instrumented File and FILE implementation.
Definition at line 127 of file pfs_instr.h.
| PFS_file_class* PFS_file::m_class |
File class.
Definition at line 139 of file pfs_instr.h.
| PFS_file_stat PFS_file::m_file_stat |
File usage statistics.
Definition at line 141 of file pfs_instr.h.
| char PFS_file::m_filename[FN_REFLEN] |
File name.
Definition at line 135 of file pfs_instr.h.
| uint PFS_file::m_filename_length |
File name length in bytes.
Definition at line 137 of file pfs_instr.h.
| const void* PFS_file::m_identity |
File identity
Definition at line 133 of file pfs_instr.h.