MySQL 5.6.14 Source Code Document
|
#include <trx0i_s.h>
Public Attributes | |
trx_id_t | lock_trx_id |
const char * | lock_mode |
const char * | lock_type |
const char * | lock_table |
const char * | lock_index |
ulint | lock_space |
ulint | lock_page |
ulint | lock_rec |
const char * | lock_data |
table_id_t | lock_table_id |
i_s_hash_chain_t | hash_chain |
This structure represents INFORMATION_SCHEMA.innodb_locks row
i_s_hash_chain_t i_s_locks_row_t::hash_chain |
hash table chain node for trx_i_s_cache_t::locks_hash
const char* i_s_locks_row_t::lock_data |
const char* i_s_locks_row_t::lock_index |
index name from lock_rec_get_index_name()
const char* i_s_locks_row_t::lock_mode |
lock mode from lock_get_mode_str()
ulint i_s_locks_row_t::lock_page |
ulint i_s_locks_row_t::lock_rec |
ulint i_s_locks_row_t::lock_space |
const char* i_s_locks_row_t::lock_table |
table name from lock_get_table_name()
table_id_t i_s_locks_row_t::lock_table_id |
trx_id_t i_s_locks_row_t::lock_trx_id |
const char* i_s_locks_row_t::lock_type |
lock type from lock_get_type_str()