MySQL 9.1.0
Source Code Documentation
|
Sessions. More...
#include "data0data.h"
#include "que0types.h"
#include "rem0rec.h"
#include "srv0srv.h"
#include "trx0types.h"
#include "univ.i"
#include "usr0types.h"
#include "ut0byte.h"
Go to the source code of this file.
Classes | |
struct | sess_t |
Functions | |
sess_t * | sess_open (void) |
Opens a session. More... | |
void | sess_close (sess_t *sess) |
Closes a session, freeing the memory occupied by it. More... | |
Variables | |
constexpr uint32_t | SESS_ACTIVE = 1 |
constexpr uint32_t | SESS_ERROR = 2 |
session contains an error message which has not yet been communicated to the client More... | |
Sessions.
Created 6/25/1996 Heikki Tuuri
void sess_close | ( | sess_t * | sess | ) |
Closes a session, freeing the memory occupied by it.
sess | in, own: session object |
sess_t * sess_open | ( | void | ) |
Opens a session.
|
constexpr |
|
constexpr |
session contains an error message which has not yet been communicated to the client