Drizzled Public API Documentation

sess_struct Struct Reference

Public Attributes

ulint state
 
trx_ttrx
 
 graphs
 

Detailed Description

Definition at line 56 of file usr0sess.h.

Member Data Documentation

sess_struct::graphs

query graphs belonging to this session

Definition at line 64 of file usr0sess.h.

Referenced by que_graph_publish(), sess_close(), and sess_open().

ulint sess_struct::state

state of the session

Definition at line 57 of file usr0sess.h.

Referenced by sess_open(), trx_end_signal_handling(), trx_sig_reply(), trx_sig_send(), and trx_sig_start_handle().

trx_t* sess_struct::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.

Referenced by sess_close(), sess_open(), trx_purge_sys_close(), and trx_purge_sys_create().


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