My Project
|
#include <sys_vars.h>
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) |
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.