My Project
Public Member Functions
Sys_var_gtid_executed Class Reference

#include <sys_vars.h>

Inheritance diagram for Sys_var_gtid_executed:
Sys_var_gtid_set_func

List of all members.

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)

Detailed Description

Class for @session.gtid_executed and @global.gtid_executed.


Member Function Documentation

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.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines