mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-28 20:02:00 +03:00
Implemented SR transaction rollback.
This commit is contained in:
@ -631,6 +631,12 @@ wsrep::wsrep_provider_v26::bf_abort(
|
||||
return map_return_value(ret);
|
||||
}
|
||||
|
||||
enum wsrep::provider::status
|
||||
wsrep::wsrep_provider_v26::rollback(wsrep::transaction_id id)
|
||||
{
|
||||
return map_return_value(wsrep_->rollback(wsrep_, id.get(), 0));
|
||||
}
|
||||
|
||||
enum wsrep::provider::status
|
||||
wsrep::wsrep_provider_v26::commit_order_enter(
|
||||
const wsrep::ws_handle& ws_handle,
|
||||
|
Reference in New Issue
Block a user