mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-28 20:02:00 +03:00
Introduced adopt_transaction() for storage_service interface
A SR transaction must be adopted by a storage service instance running in background rollbacker thread while it is aborting a SR transaction.
This commit is contained in:
@ -33,7 +33,8 @@ namespace wsrep
|
||||
virtual ~server_service() { }
|
||||
virtual wsrep::storage_service* storage_service(
|
||||
wsrep::client_service&) = 0;
|
||||
|
||||
virtual wsrep::storage_service* storage_service(
|
||||
wsrep::high_priority_service&) = 0;
|
||||
virtual void release_storage_service(wsrep::storage_service*) = 0;
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user