MySQL 5.6.14 Source Code Document
|
#include <pfs_instr_class.h>
Public Attributes | |
char * | m_name |
uint | m_name_length |
bool | m_enabled |
bool | m_timed |
User-defined instrument configuration.
Definition at line 93 of file pfs_instr_class.h.
bool PFS_instr_config::m_enabled |
Enabled flag.
Definition at line 100 of file pfs_instr_class.h.
bool PFS_instr_config::m_timed |
Timed flag.
Definition at line 102 of file pfs_instr_class.h.