diff options
author | Sergei Golubchik <serg@mariadb.org> | 2014-09-25 23:00:45 +0200 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2014-10-01 23:38:27 +0200 |
commit | 3620910eeac8f118c9a6cb8a1c0ec23e56fb5d98 (patch) | |
tree | d08462d84d10324bd05836c968288d8ab1739e11 /sql/set_var.h | |
parent | b04f848176b0d8af41eb3627ba1b6ed4dd3327e3 (diff) | |
download | mariadb-git-3620910eeac8f118c9a6cb8a1c0ec23e56fb5d98.tar.gz |
cleanup: galera merge, simple changes
Diffstat (limited to 'sql/set_var.h')
-rw-r--r-- | sql/set_var.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sql/set_var.h b/sql/set_var.h index e72a8af6210..bb92e555aa7 100644 --- a/sql/set_var.h +++ b/sql/set_var.h @@ -249,9 +249,6 @@ public: int check(THD *thd); int update(THD *thd); int light_check(THD *thd); -#ifdef WITH_WSREP - int wsrep_store_variable(THD *thd); -#endif }; @@ -358,9 +355,6 @@ extern sys_var *Sys_autocommit_ptr; CHARSET_INFO *get_old_charset_by_name(const char *old_name); -#ifdef WITH_WSREP -int sql_set_wsrep_variables(THD *thd, List<set_var_base> *var_list); -#endif int sys_var_init(); int sys_var_add_options(DYNAMIC_ARRAY *long_options, int parse_flags); void sys_var_end(void); |