MySQL 9.1.0
Source Code Documentation
|
A row of PERFORMANCE_SCHEMA.SETUP_INSTRUMENTS. More...
#include <table_setup_instruments.h>
Public Attributes | |
PFS_instr_class * | m_instr_class |
Columns NAME, ENABLED, TIMED. More... | |
bool | m_update_enabled |
True if column ENABLED can be updated. More... | |
bool | m_update_timed |
True if column TIMED can be updated. More... | |
bool | m_update_flags |
True if column FLAGS can be updated. More... | |
A row of PERFORMANCE_SCHEMA.SETUP_INSTRUMENTS.
PFS_instr_class* row_setup_instruments::m_instr_class |
Columns NAME, ENABLED, TIMED.
bool row_setup_instruments::m_update_enabled |
True if column ENABLED can be updated.
bool row_setup_instruments::m_update_flags |
True if column FLAGS can be updated.
bool row_setup_instruments::m_update_timed |
True if column TIMED can be updated.