Drizzled Public API Documentation

i_s_trx_row_struct Struct Reference

#include <trx0i_s.h>

List of all members.

Public Attributes

trx_id_t trx_id
const char * trx_state
ib_time_t trx_started
const i_s_locks_row_trequested_lock_row
ib_time_t trx_wait_started
ullint trx_weight
ulint trx_mysql_thread_id
const char * trx_query
const char * trx_operation_state
ulint trx_tables_in_use
ulint trx_tables_locked
ulint trx_lock_structs
ulint trx_lock_memory_bytes
ulint trx_rows_locked
ullint trx_rows_modified
ulint trx_concurrency_tickets
const char * trx_isolation_level
ibool trx_unique_checks
ibool trx_foreign_key_checks
const char * trx_foreign_key_error
ibool trx_has_search_latch
ulint trx_search_latch_timeout

Detailed Description

This structure represents INFORMATION_SCHEMA.innodb_trx row

Definition at line 130 of file trx0i_s.h.


Member Data Documentation

pointer to a row in innodb_locks if trx is waiting, or NULL

Definition at line 136 of file trx0i_s.h.

n_tickets_to_enter_innodb in trx_struct

Definition at line 158 of file trx0i_s.h.

check_foreigns in trx_struct

Definition at line 166 of file trx0i_s.h.

detailed_error in trx_struct

Definition at line 168 of file trx0i_s.h.

has_search_latch in trx_struct

Definition at line 170 of file trx0i_s.h.

transaction identifier

Definition at line 131 of file trx0i_s.h.

isolation_level in trx_struct

Definition at line 161 of file trx0i_s.h.

mem_heap_get_size( trx->lock_heap)

Definition at line 153 of file trx0i_s.h.

list len of trx_locks in trx_struct

Definition at line 150 of file trx0i_s.h.

thd_get_thread_id()

Definition at line 141 of file trx0i_s.h.

MySQL statement being executed in the transaction

Definition at line 142 of file trx0i_s.h.

search_latch_timeout in trx_struct

Definition at line 172 of file trx0i_s.h.

transaction state from trx_get_que_state_str()

Definition at line 132 of file trx0i_s.h.

n_mysql_tables_in_use in trx_struct

Definition at line 145 of file trx0i_s.h.

mysql_n_tables_locked in trx_struct

Definition at line 148 of file trx0i_s.h.

check_unique_secondary in trx_struct

Definition at line 163 of file trx0i_s.h.

TRX_WEIGHT()

Definition at line 140 of file trx0i_s.h.


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