diff options
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 2db426e7b57..e4f9f3c0d13 100644 --- a/sql/sql_plugin_services.ic +++ b/sql/sql_plugin_services.ic @@ -177,7 +177,8 @@ static struct wsrep_service_st wsrep_handler = { wsrep_thd_is_applying, wsrep_OSU_method_get, wsrep_thd_has_ignored_error, - wsrep_thd_set_ignored_error + wsrep_thd_set_ignored_error, + wsrep_thd_set_wsrep_aborter }; static struct thd_specifics_service_st thd_specifics_handler= |