My Project
|
#include <sys_vars.h>
Public Member Functions | |
Sys_var_typelib (const char *name_arg, const char *comment, int flag_args, ptrdiff_t off, CMD_LINE getopt, SHOW_TYPE show_val_type_arg, const char *values[], ulonglong def_val, PolyLock *lock, enum binlog_status_enum binlog_status_arg, on_check_function on_check_func, on_update_function on_update_func, const char *substitute, int parse_flag=PARSE_NORMAL) | |
bool | do_check (THD *thd, set_var *var) |
bool | check_update_type (Item_result type) |
Protected Attributes | |
TYPELIB | typelib |
Helper class for variables that take values from a TYPELIB