summaryrefslogtreecommitdiff
path: root/sql/wsrep_mysqld.h
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2018-09-03 10:27:36 +0200
committerSergei Golubchik <serg@mariadb.org>2018-09-04 09:19:50 +0200
commita6246cab1693b91a04bdb2ff66710fc62ab1b6e7 (patch)
tree43d652558b7d229e4f6323370e8b1d9471011200 /sql/wsrep_mysqld.h
parentc27275474040ba7f91868dcb1ab79306418268d2 (diff)
downloadmariadb-git-a6246cab1693b91a04bdb2ff66710fc62ab1b6e7.tar.gz
fix failures of innodb_plugin tests in --embedded
Post-fix for 7e8ed15b95b Also, apply the same innodb fix to xtradb.
Diffstat (limited to 'sql/wsrep_mysqld.h')
-rw-r--r--sql/wsrep_mysqld.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/wsrep_mysqld.h b/sql/wsrep_mysqld.h
index 9fc8aa02df4..272e4ac4984 100644
--- a/sql/wsrep_mysqld.h
+++ b/sql/wsrep_mysqld.h
@@ -160,7 +160,6 @@ extern "C" time_t wsrep_thd_query_start(THD *thd);
extern "C" query_id_t wsrep_thd_query_id(THD *thd);
extern "C" query_id_t wsrep_thd_wsrep_last_query_id(THD *thd);
extern "C" void wsrep_thd_set_wsrep_last_query_id(THD *thd, query_id_t id);
-extern "C" void wsrep_set_data_home_dir(const char *data_dir);
extern void wsrep_close_client_connections(my_bool wait_to_end);
extern int wsrep_wait_committing_connections_close(int wait_time);