diff options
author | gluh@eagle.(none) <> | 2007-12-13 15:56:04 +0400 |
---|---|---|
committer | gluh@eagle.(none) <> | 2007-12-13 15:56:04 +0400 |
commit | 4f5868114a1fe46f139f80d894dd28f1f7c180c1 (patch) | |
tree | e37ba43ba6ed4171e2b64ad9dbba79328c95a875 /sql/set_var.h | |
parent | 8506efa91e2bccbd312411a949960ec8736a363f (diff) | |
parent | d3889cac7ca8a2188abfd2bcdbe928cee9fd893b (diff) | |
download | mariadb-git-4f5868114a1fe46f139f80d894dd28f1f7c180c1.tar.gz |
Merge mysql.com:/home/gluh/MySQL/Merge/5.1
into mysql.com:/home/gluh/MySQL/Merge/5.1-opt
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 0e282212a3f..4e13409b7f6 100644 --- a/sql/set_var.h +++ b/sql/set_var.h @@ -379,6 +379,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; |