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

#include <trx0i_s.h>

Collaboration diagram for i_s_hash_chain_t:

Public Attributes

i_s_locks_row_tvalue
i_s_hash_chain_tnext

Detailed Description

Objects of this type are added to the hash table

trx_i_s_cache_t::locks_hash

Definition at line 89 of file trx0i_s.h.

Member Data Documentation

i_s_hash_chain_t* i_s_hash_chain_t::next

next item in the hash chain

Definition at line 92 of file trx0i_s.h.

i_s_locks_row_t* i_s_hash_chain_t::value

row of INFORMATION_SCHEMA.innodb_locks

Definition at line 90 of file trx0i_s.h.


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