MySQL 9.1.0
Source Code Documentation
|
A row of table_events_transactions_common. More...
#include <table_events_transactions.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... | |
ulonglong | m_trxid |
InnoDB transaction id. More... | |
enum_transaction_state | m_state |
Transaction state. More... | |
char | m_gtid [Gtid_specification::MAX_TEXT_LENGTH+1] |
Global Transaction ID. More... | |
int | m_gtid_length |
GTID length in bytes. More... | |
PSI_xid | m_xid |
XA transaction ID. More... | |
enum_xa_transaction_state | m_xa_state |
XA transaction state. More... | |
bool | m_xa |
True if XA transaction. More... | |
bool | m_autocommit |
True if autocommit transaction. More... | |
enum_isolation_level | m_isolation_level |
Isolation level. More... | |
bool | m_read_only |
True if read-only, read-write otherwise. More... | |
ulonglong | m_savepoint_count |
Column NUMBER_OF_SAVEPOINTS. More... | |
ulonglong | m_rollback_to_savepoint_count |
Column NUMBER_OF_ROLLBACK_TO_SAVEPOINT. More... | |
ulonglong | m_release_savepoint_count |
Column NUMBER_OF_RELEASE_SAVEPOINT. More... | |
A row of table_events_transactions_common.
bool row_events_transactions::m_autocommit |
True if autocommit transaction.
ulonglong row_events_transactions::m_end_event_id |
Column END_EVENT_ID.
ulonglong row_events_transactions::m_event_id |
Column EVENT_ID.
char row_events_transactions::m_gtid[Gtid_specification::MAX_TEXT_LENGTH+1] |
Global Transaction ID.
int row_events_transactions::m_gtid_length |
GTID length in bytes.
enum_isolation_level row_events_transactions::m_isolation_level |
Isolation level.
const char* row_events_transactions::m_name |
Column EVENT_NAME.
uint row_events_transactions::m_name_length |
Length in bytes of m_name
.
ulonglong row_events_transactions::m_nesting_event_id |
Column NESTING_EVENT_ID.
enum_event_type row_events_transactions::m_nesting_event_type |
Column NESTING_EVENT_TYPE.
bool row_events_transactions::m_read_only |
True if read-only, read-write otherwise.
ulonglong row_events_transactions::m_release_savepoint_count |
Column NUMBER_OF_RELEASE_SAVEPOINT.
ulonglong row_events_transactions::m_rollback_to_savepoint_count |
Column NUMBER_OF_ROLLBACK_TO_SAVEPOINT.
ulonglong row_events_transactions::m_savepoint_count |
Column NUMBER_OF_SAVEPOINTS.
char row_events_transactions::m_source[COL_SOURCE_SIZE] |
Column SOURCE.
uint row_events_transactions::m_source_length |
Length in bytes of m_source
.
enum_transaction_state row_events_transactions::m_state |
Transaction state.
ulonglong row_events_transactions::m_thread_internal_id |
Column THREAD_ID.
ulonglong row_events_transactions::m_timer_end |
Column TIMER_END.
ulonglong row_events_transactions::m_timer_start |
Column TIMER_START.
ulonglong row_events_transactions::m_timer_wait |
Column TIMER_WAIT.
ulonglong row_events_transactions::m_trxid |
InnoDB transaction id.
bool row_events_transactions::m_xa |
True if XA transaction.
enum_xa_transaction_state row_events_transactions::m_xa_state |
XA transaction state.
PSI_xid row_events_transactions::m_xid |
XA transaction ID.