MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
usr0sess.cc File Reference
#include "usr0sess.h"
#include "trx0trx.h"
Include dependency graph for usr0sess.cc:

Go to the source code of this file.

Functions

UNIV_INTERN sess_tsess_open (void)
UNIV_INTERN void sess_close (sess_t *sess)

Detailed Description

Sessions

Created 6/25/1996 Heikki Tuuri

Definition in file usr0sess.cc.

Function Documentation

UNIV_INTERN void sess_close ( sess_t sess)

Closes a session, freeing the memory occupied by it.

Parameters
sessin, own: session object

Definition at line 60 of file usr0sess.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

UNIV_INTERN sess_t* sess_open ( void  )

Opens a session.

Returns
own: session object

Definition at line 39 of file usr0sess.cc.

Here is the call graph for this function:

Here is the caller graph for this function: