MySQL 9.0.0
Source Code Documentation
sess_t Struct Reference

#include <usr0sess.h>

Public Attributes

ulint state
 state of the session More...
 
trx_ttrx
 transaction object permanently assigned for the session: the transaction instance designated by the trx id changes, but the memory structure is preserved More...
 

Member Data Documentation

◆ state

ulint sess_t::state

state of the session

◆ trx

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


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