diff options
author | Vicențiu Ciorbaru <vicentiu@mariadb.org> | 2018-06-13 08:57:15 +0300 |
---|---|---|
committer | Vicențiu Ciorbaru <vicentiu@mariadb.org> | 2018-06-13 08:57:15 +0300 |
commit | edc1b8e1172abc35644f2b4824a78d49ac17a7d2 (patch) | |
tree | 6cf43c1625e81926c5806b88cc04acebc929cd80 /sql/set_var.h | |
parent | cec2219cc54008e18bf112877bd239c885020e4a (diff) | |
download | mariadb-git-edc1b8e1172abc35644f2b4824a78d49ac17a7d2.tar.gz |
Fix wsrep.variables test case
Correctly port 09b25f85966f44aae933e86b84b4ebe59ded47c3 from 10.0.
Expose check_is_super via include file to allow wsrep_on_check to use
it.
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 fe66eaff775..203969d6169 100644 --- a/sql/set_var.h +++ b/sql/set_var.h @@ -426,6 +426,7 @@ CHARSET_INFO *get_old_charset_by_name(const char *old_name); int sys_var_init(); int sys_var_add_options(DYNAMIC_ARRAY *long_options, int parse_flags); void sys_var_end(void); +bool check_has_super(sys_var *self, THD *thd, set_var *var); #endif |