1
0
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:
Teemu Ollakka
2018-06-14 23:13:25 +03:00
parent 256000f934
commit cb3b2fbf9e
6 changed files with 22 additions and 22 deletions

View File

@ -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