diff options
author | Sergei Golubchik <serg@mariadb.org> | 2018-09-03 10:27:36 +0200 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2018-09-04 09:19:50 +0200 |
commit | a6246cab1693b91a04bdb2ff66710fc62ab1b6e7 (patch) | |
tree | 43d652558b7d229e4f6323370e8b1d9471011200 /sql/sql_plugin_services.ic | |
parent | c27275474040ba7f91868dcb1ab79306418268d2 (diff) | |
download | mariadb-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/sql_plugin_services.ic')
-rw-r--r-- | sql/sql_plugin_services.ic | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sql/sql_plugin_services.ic b/sql/sql_plugin_services.ic index 572ceacbd7e..95301a5fbe8 100644 --- a/sql/sql_plugin_services.ic +++ b/sql/sql_plugin_services.ic @@ -179,7 +179,8 @@ static struct wsrep_service_st wsrep_handler = { wsrep_thd_ws_handle, wsrep_trx_is_aborting, wsrep_trx_order_before, - wsrep_unlock_rollback + wsrep_unlock_rollback, + wsrep_set_data_home_dir }; static struct thd_specifics_service_st thd_specifics_handler= |