summaryrefslogtreecommitdiff
path: root/sql/set_var.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/set_var.h')
-rw-r--r--sql/set_var.h6
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);