mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-05 03:41:13 +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:
@ -86,7 +86,8 @@ int db::server_service::start_sst(
|
||||
return 0;
|
||||
}
|
||||
|
||||
void db::server_service::background_rollback(wsrep::client_state&)
|
||||
void db::server_service::background_rollback(wsrep::unique_lock<wsrep::mutex>&,
|
||||
wsrep::client_state&)
|
||||
{
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user