MySQL 5.6.14 Source Code Document
|
#include <pfs_instr.h>
Public Attributes | |
pfs_lock | m_lock |
bool | m_enabled |
bool | m_timed |
Base structure for wait instruments.
Definition at line 60 of file pfs_instr.h.
bool PFS_instr::m_enabled |
Enabled flag.
Definition at line 65 of file pfs_instr.h.
pfs_lock PFS_instr::m_lock |
Internal lock.
Definition at line 63 of file pfs_instr.h.
bool PFS_instr::m_timed |
Timed flag.
Definition at line 67 of file pfs_instr.h.