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 | 663b7a9abbf9f483e3d874362757f815e15e38d8 (patch) | |
tree | e36c07742e17423e4748490721378b3ed78f54cf /sql/set_var.h | |
parent | 41ea4c81000145d145f7312c269b59f40d43dc65 (diff) | |
parent | a4cd7f2c277ea7bf2be2ab4fc6655337a80b0e01 (diff) | |
download | mariadb-git-663b7a9abbf9f483e3d874362757f815e15e38d8.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; } |