MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
row_events_stages Struct Reference

#include <table_events_stages.h>

Public Attributes

ulonglong m_thread_internal_id
ulonglong m_event_id
ulonglong m_end_event_id
ulonglong m_nesting_event_id
enum_event_type m_nesting_event_type
const char * m_name
uint m_name_length
ulonglong m_timer_start
ulonglong m_timer_end
ulonglong m_timer_wait
char m_source [COL_SOURCE_SIZE]
uint m_source_length

Detailed Description

A row of table_events_stages_common.

Definition at line 36 of file table_events_stages.h.

Member Data Documentation

ulonglong row_events_stages::m_end_event_id

Column END_EVENT_ID.

Definition at line 43 of file table_events_stages.h.

ulonglong row_events_stages::m_event_id

Column EVENT_ID.

Definition at line 41 of file table_events_stages.h.

const char* row_events_stages::m_name

Column EVENT_NAME.

Definition at line 49 of file table_events_stages.h.

uint row_events_stages::m_name_length

Length in bytes of m_name.

Definition at line 51 of file table_events_stages.h.

ulonglong row_events_stages::m_nesting_event_id

Column NESTING_EVENT_ID.

Definition at line 45 of file table_events_stages.h.

enum_event_type row_events_stages::m_nesting_event_type

Column NESTING_EVENT_TYPE.

Definition at line 47 of file table_events_stages.h.

char row_events_stages::m_source[COL_SOURCE_SIZE]

Column SOURCE.

Definition at line 59 of file table_events_stages.h.

uint row_events_stages::m_source_length

Length in bytes of m_source.

Definition at line 61 of file table_events_stages.h.

ulonglong row_events_stages::m_thread_internal_id

Column THREAD_ID.

Definition at line 39 of file table_events_stages.h.

ulonglong row_events_stages::m_timer_end

Column TIMER_END.

Definition at line 55 of file table_events_stages.h.

ulonglong row_events_stages::m_timer_start

Column TIMER_START.

Definition at line 53 of file table_events_stages.h.

ulonglong row_events_stages::m_timer_wait

Column TIMER_WAIT.

Definition at line 57 of file table_events_stages.h.


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