diff options
author | Georgi Kodinov <Georgi.Kodinov@Oracle.com> | 2010-06-04 17:10:22 +0300 |
---|---|---|
committer | Georgi Kodinov <Georgi.Kodinov@Oracle.com> | 2010-06-04 17:10:22 +0300 |
commit | ac738d8265b665dc90be0a7977468096ee463c78 (patch) | |
tree | e36c07742e17423e4748490721378b3ed78f54cf /sql/set_var.h | |
parent | 517f586762a5c775f46668fedfa10c3c802e7f18 (diff) | |
parent | 121e04732ea3b5edf36335f827cc5bcb08fb7665 (diff) | |
download | mariadb-git-ac738d8265b665dc90be0a7977468096ee463c78.tar.gz |
merge
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 fa747107870..bc94c6b85c4 100644 --- a/sql/set_var.h +++ b/sql/set_var.h @@ -662,6 +662,7 @@ public: Binlog_status_enum binlog_status_arg= NOT_IN_BINLOG) :sys_var(name_arg, NULL, binlog_status_arg) { chain_sys_var(chain); } + bool check(THD *thd, set_var *var); bool update(THD *thd, set_var *var); void set_default(THD *thd, enum_var_type type); bool check_type(enum_var_type type) { return type == OPT_GLOBAL; } |