From a6246cab1693b91a04bdb2ff66710fc62ab1b6e7 Mon Sep 17 00:00:00 2001 From: Sergei Golubchik Date: Mon, 3 Sep 2018 10:27:36 +0200 Subject: fix failures of innodb_plugin tests in --embedded Post-fix for 7e8ed15b95b Also, apply the same innodb fix to xtradb. --- sql/wsrep_sst.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'sql/wsrep_sst.cc') diff --git a/sql/wsrep_sst.cc b/sql/wsrep_sst.cc index 2af2bfa1822..281eac1ce0e 100644 --- a/sql/wsrep_sst.cc +++ b/sql/wsrep_sst.cc @@ -70,7 +70,6 @@ bool wsrep_sst_method_update (sys_var *self, THD* thd, enum_var_type type) static const char* data_home_dir = NULL; -extern "C" void wsrep_set_data_home_dir(const char *data_dir) { data_home_dir= (data_dir && *data_dir) ? data_dir : NULL; -- cgit v1.2.1