MySQL 9.1.0
Source Code Documentation
|
A stage record. More...
#include <pfs_events_stages.h>
Public Attributes | |
PSI_stage_progress | m_progress |
Public Attributes inherited from PFS_events | |
ulonglong | m_thread_internal_id |
THREAD_ID. More... | |
ulonglong | m_event_id |
EVENT_ID. More... | |
ulonglong | m_end_event_id |
END_EVENT_ID. More... | |
enum_event_type | m_event_type |
(EVENT_TYPE) More... | |
ulonglong | m_nesting_event_id |
NESTING_EVENT_ID. More... | |
enum_event_type | m_nesting_event_type |
NESTING_EVENT_TYPE. More... | |
uint | m_nesting_event_level |
NESTING_EVENT_LEVEL. More... | |
PFS_instr_class * | m_class |
Instrument metadata. More... | |
ulonglong | m_timer_start |
Timer start. More... | |
ulonglong | m_timer_end |
Timer end. More... | |
const char * | m_source_file |
Location of the instrumentation in the source code (file name). More... | |
uint | m_source_line |
Location of the instrumentation in the source code (line number). More... | |
Additional Inherited Members | |
Public Member Functions inherited from PFS_events | |
PFS_events & | operator= (const PFS_events &rhs)=default |
A stage record.
PSI_stage_progress PFS_events_stages::m_progress |