mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-30 07:23:07 +03:00
Fixed unit test failures caused by refactoring.
This commit is contained in:
@ -103,7 +103,9 @@ namespace wsrep
|
||||
* \todo This should not be visible to DBMS level, should be
|
||||
* handled internally by wsrep-lib.
|
||||
*/
|
||||
virtual enum wsrep::provider::status replay(wsrep::transaction_context&) = 0;
|
||||
virtual enum wsrep::provider::status replay(
|
||||
wsrep::client_context&,
|
||||
wsrep::transaction_context&) = 0;
|
||||
|
||||
/*!
|
||||
* Wait until all replaying transactions have been finished
|
||||
|
Reference in New Issue
Block a user