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

#include <pfs_instr.h>

Inheritance diagram for PFS_file:
Collaboration diagram for PFS_file:

Public Member Functions

uint32 get_version ()

Public Attributes

const void * m_identity
char m_filename [FN_REFLEN]
uint m_filename_length
PFS_file_classm_class
PFS_file_stat m_file_stat
- Public Attributes inherited from PFS_instr
pfs_lock m_lock
bool m_enabled
bool m_timed

Detailed Description

Instrumented File and FILE implementation.

See Also
PSI_file.

Definition at line 127 of file pfs_instr.h.

Member Data Documentation

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.


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