diff options
author | Julius Goryavsky <sysprg@gmail.com> | 2018-08-09 02:24:12 +0000 |
---|---|---|
committer | Julius Goryavsky <sysprg@gmail.com> | 2018-08-09 02:24:12 +0000 |
commit | 7e8ed15b95b64af2068a3515fe97f2c245311323 (patch) | |
tree | d3fbd2ceff09f51a346a1f073c808f5af8747c08 /sql/wsrep_mysqld.h | |
parent | 6d5b71e02ac79f19f4e3d8a15e7a5d415b09cd29 (diff) | |
download | mariadb-git-7e8ed15b95b64af2068a3515fe97f2c245311323.tar.gz |
Fixes after review and correction of the problems caused by the fact that during the SST innodb plugin is not yet initialized, as well as problems with running tests from the root user (not directly related to the MDEV-10754).
Diffstat (limited to 'sql/wsrep_mysqld.h')
-rw-r--r-- | sql/wsrep_mysqld.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/wsrep_mysqld.h b/sql/wsrep_mysqld.h index 272e4ac4984..9fc8aa02df4 100644 --- a/sql/wsrep_mysqld.h +++ b/sql/wsrep_mysqld.h @@ -160,6 +160,7 @@ 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); |