My Project
|
#include <sys_vars.h>
Public Member Functions | |
Sys_var_gtid_executed (const char *name_arg, const char *comment_arg) | |
uchar * | global_value_ptr (THD *thd, LEX_STRING *base) |
uchar * | session_value_ptr (THD *thd, LEX_STRING *base) |
Class for @session.gtid_executed and @global.gtid_executed.
uchar* Sys_var_gtid_executed::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_charptr_func.