MySQL 5.6.14 Source Code Document
|
Public Attributes | |
ulint | state |
trx_t * | trx |
graphs |
Definition at line 56 of file usr0sess.h.
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.