MySQL 5.6.14 Source Code Document
|
Go to the source code of this file.
Functions | |
UNIV_INTERN sess_t * | sess_open (void) |
UNIV_INTERN void | sess_close (sess_t *sess) |
UNIV_INTERN void sess_close | ( | sess_t * | sess | ) |
Closes a session, freeing the memory occupied by it.
sess | in, own: session object |
Definition at line 60 of file usr0sess.cc.
UNIV_INTERN sess_t* sess_open | ( | void | ) |
Opens a session.
Definition at line 39 of file usr0sess.cc.