My Project
Public Types | Public Member Functions | Static Public Member Functions
Sys_var_gtid_set_func Class Reference

#include <sys_vars.h>

Inheritance diagram for Sys_var_gtid_set_func:
Sys_var_charptr_func sys_var Sys_var_gtid_executed Sys_var_gtid_owned

List of all members.

Public Types

typedef enum_return_status(* Gtid_set_getter )(THD *, Gtid_set *)

Public Member Functions

 Sys_var_gtid_set_func (const char *name_arg, const char *comment, flag_enum flag_arg)

Static Public Member Functions

static uchar * get_string_from_gtid_set (THD *thd, Gtid_set_getter get_gtid_set)

Detailed Description

Abstract base class for read-only variables (global or session) of string type where the value is the string representation of a Gtid_set generated by some function. This needs to be subclassed; the session_value_ptr or global_value_ptr should be overwritten.


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