My Project
|
#include <sys_vars.h>
Public Member Functions | |
Sys_var_max_user_conn (const char *name_arg, const char *comment, int flag_args, ptrdiff_t off, size_t size, CMD_LINE getopt, uint min_val, uint max_val, uint def_val, uint block_size, PolyLock *lock=0, enum binlog_status_enum binlog_status_arg=VARIABLE_NOT_IN_BINLOG, on_check_function on_check_func=0, on_update_function on_update_func=0, const char *substitute=0) | |
uchar * | session_value_ptr (THD *thd, LEX_STRING *base) |
The class for the . It's derived from Sys_var_uint, but non-standard session value requires a new class.
Class specific constructor arguments: everything derived from Sys_var_uint
Backing store: uint
uchar* Sys_var_max_user_conn::session_value_ptr | ( | THD * | thd, |
LEX_STRING * | base | ||
) | [inline, virtual] |
A pointer to a value of the variable for SHOW. It must be of show_val_type type (bool for SHOW_BOOL, int for SHOW_INT, longlong for SHOW_LONGLONG, etc).
Reimplemented from sys_var.