MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
sess_t Struct Reference
Collaboration diagram for sess_t:

Public Attributes

ulint state
trx_ttrx
 graphs

Detailed Description

Definition at line 56 of file usr0sess.h.

Member Data Documentation

sess_t::graphs

query graphs belonging to this session

Definition at line 64 of file usr0sess.h.

ulint sess_t::state

state of the session

Definition at line 57 of file usr0sess.h.

trx_t* sess_t::trx

transaction object permanently assigned for the session: the transaction instance designated by the trx id changes, but the memory structure is preserved

Definition at line 58 of file usr0sess.h.


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