mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-28 20:02:00 +03:00
Add lock argument to server_service::background_rollback()
This is to allow implementation to temporarily release the lock if needed.
This commit is contained in:
@ -1073,7 +1073,7 @@ bool wsrep::transaction::bf_abort(
|
||||
}
|
||||
}
|
||||
|
||||
server_service_.background_rollback(client_state_);
|
||||
server_service_.background_rollback(lock, client_state_);
|
||||
}
|
||||
}
|
||||
return ret;
|
||||
|
Reference in New Issue
Block a user