diff options
author | anozdrin/alik@station. <> | 2007-12-14 16:30:22 +0300 |
---|---|---|
committer | anozdrin/alik@station. <> | 2007-12-14 16:30:22 +0300 |
commit | 151444c626c75eab2f8b331c4296c1cff111a907 (patch) | |
tree | 362dc5c4acd0fff3e86d1b9d4b96ef068d73b341 /sql/set_var.h | |
parent | 614b0f6884092257e346c6c2d6bec67da0dd3fd2 (diff) | |
parent | 27dcbc257767384aec2f1b8530e266cad9022510 (diff) | |
download | mariadb-git-151444c626c75eab2f8b331c4296c1cff111a907.tar.gz |
Merge station.:/mnt/raid/alik/MySQL/devel/5.1
into station.:/mnt/raid/alik/MySQL/devel/5.1-rt
Diffstat (limited to 'sql/set_var.h')
-rw-r--r-- | sql/set_var.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/set_var.h b/sql/set_var.h index e8ef3c54c66..5be54200c7d 100644 --- a/sql/set_var.h +++ b/sql/set_var.h @@ -397,6 +397,7 @@ public: void set_default(THD *thd, enum_var_type type); SHOW_TYPE show_type() { return SHOW_LONGLONG; } uchar *value_ptr(THD *thd, enum_var_type type, LEX_STRING *base); + bool check(THD *thd, set_var *var); bool check_default(enum_var_type type) { return type == OPT_GLOBAL && !option_limits; |