MySQL 5.6.14 Source Code Document
|
#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) |
Additional Inherited Members | |
Private Types inherited from Sys_var_gtid_set_func | |
typedef enum_return_status(* | Gtid_set_getter )(THD *, Gtid_set *) |
Private Member Functions inherited from Sys_var_gtid_set_func | |
Sys_var_gtid_set_func (const char *name_arg, const char *comment, flag_enum flag_arg) | |
Static Private Member Functions inherited from Sys_var_gtid_set_func | |
static uchar * | get_string_from_gtid_set (THD *thd, Gtid_set_getter get_gtid_set) |
Private Attributes inherited from sys_var | |
sys_var * | next |
LEX_CSTRING | name |
enum sys_var::binlog_status_enum | binlog_status |
Static Private Attributes inherited from sys_var | |
static const int | PARSE_EARLY = 1 |
static const int | PARSE_NORMAL = 2 |
Class for @session.gtid_executed and @global.gtid_executed.
Definition at line 2103 of file sys_vars.h.