MySQL 8.3.0
Source Code Documentation

A row of table_events_stages_common. More...

#include <table_events_stages.h>

Public Attributes

ulonglong m_thread_internal_id
 Column THREAD_ID. More...
 
ulonglong m_event_id
 Column EVENT_ID. More...
 
ulonglong m_end_event_id
 Column END_EVENT_ID. More...
 
ulonglong m_nesting_event_id
 Column NESTING_EVENT_ID. More...
 
enum_event_type m_nesting_event_type
 Column NESTING_EVENT_TYPE. More...
 
const char * m_name
 Column EVENT_NAME. More...
 
uint m_name_length
 Length in bytes of m_name. More...
 
ulonglong m_timer_start
 Column TIMER_START. More...
 
ulonglong m_timer_end
 Column TIMER_END. More...
 
ulonglong m_timer_wait
 Column TIMER_WAIT. More...
 
char m_source [COL_SOURCE_SIZE]
 Column SOURCE. More...
 
uint m_source_length
 Length in bytes of m_source. More...
 
bool m_progress
 
ulonglong m_work_completed
 Column WORK_COMPLETED. More...
 
ulonglong m_work_estimated
 Column WORK_ESTIMATED. More...
 

Detailed Description

A row of table_events_stages_common.

Member Data Documentation

◆ m_end_event_id

ulonglong row_events_stages::m_end_event_id

Column END_EVENT_ID.

◆ m_event_id

ulonglong row_events_stages::m_event_id

Column EVENT_ID.

◆ m_name

const char* row_events_stages::m_name

Column EVENT_NAME.

◆ m_name_length

uint row_events_stages::m_name_length

Length in bytes of m_name.

◆ m_nesting_event_id

ulonglong row_events_stages::m_nesting_event_id

Column NESTING_EVENT_ID.

◆ m_nesting_event_type

enum_event_type row_events_stages::m_nesting_event_type

Column NESTING_EVENT_TYPE.

◆ m_progress

bool row_events_stages::m_progress

◆ m_source

char row_events_stages::m_source[COL_SOURCE_SIZE]

Column SOURCE.

◆ m_source_length

uint row_events_stages::m_source_length

Length in bytes of m_source.

◆ m_thread_internal_id

ulonglong row_events_stages::m_thread_internal_id

Column THREAD_ID.

◆ m_timer_end

ulonglong row_events_stages::m_timer_end

Column TIMER_END.

◆ m_timer_start

ulonglong row_events_stages::m_timer_start

Column TIMER_START.

◆ m_timer_wait

ulonglong row_events_stages::m_timer_wait

Column TIMER_WAIT.

◆ m_work_completed

ulonglong row_events_stages::m_work_completed

Column WORK_COMPLETED.

◆ m_work_estimated

ulonglong row_events_stages::m_work_estimated

Column WORK_ESTIMATED.


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