diff options
Diffstat (limited to 'sql/sql_plugin_services.ic')
-rw-r--r-- | sql/sql_plugin_services.ic | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sql/sql_plugin_services.ic b/sql/sql_plugin_services.ic index 20113444b64..cc28c38d85b 100644 --- a/sql/sql_plugin_services.ic +++ b/sql/sql_plugin_services.ic @@ -167,6 +167,7 @@ static struct wsrep_service_st wsrep_handler = { wsrep_thd_exec_mode, wsrep_thd_exec_mode_str, wsrep_thd_get_conflict_state, + wsrep_thd_is_aborting, wsrep_thd_is_BF, wsrep_thd_is_wsrep, wsrep_thd_query, @@ -181,10 +182,12 @@ static struct wsrep_service_st wsrep_handler = { wsrep_set_load_multi_commit, wsrep_is_load_multi_commit, wsrep_trx_is_aborting, + wsrep_thd_bf_abort, wsrep_trx_order_before, wsrep_unlock_rollback, wsrep_set_data_home_dir, - wsrep_thd_is_applier + wsrep_thd_is_applier, + wsrep_thd_set_wsrep_aborter }; static struct thd_specifics_service_st thd_specifics_handler= |