My Project
|
Public Member Functions | |
Sys_var_external_user (const char *name_arg, const char *comment_arg, enum charset_enum is_os_charset_arg) | |
Protected Member Functions | |
virtual uchar * | session_value_ptr (THD *thd, LEX_STRING *base) |
virtual uchar* Sys_var_external_user::session_value_ptr | ( | THD * | thd, |
LEX_STRING * | base | ||
) | [inline, protected, 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_proxy_user.