1
0
mirror of https://github.com/codership/wsrep-lib.git synced 2025-07-31 18:24:25 +03:00

Fixes according to review comments

This commit is contained in:
sjaakola
2023-04-09 17:15:04 +03:00
parent 1cf5ca7848
commit e20e53fb1a
2 changed files with 12 additions and 2 deletions

View File

@ -85,6 +85,7 @@ namespace wsrep
/**
* Perform a background rollback for a transaction.
* @return true if rollbacker was not started, false otherwise
*/
virtual bool background_rollback(wsrep::client_state&) = 0;