1
0
mirror of https://github.com/codership/wsrep-lib.git synced 2025-07-28 20:02:00 +03:00

Remove fragments in before rollback for streaming transactions

which got BF aborted in total order.
This commit is contained in:
Teemu Ollakka
2018-07-19 13:52:12 +03:00
parent 0410deee3a
commit 61e0e30687
4 changed files with 29 additions and 3 deletions

View File

@ -55,6 +55,12 @@ namespace wsrep
*/
virtual int update_fragment_meta(const wsrep::ws_meta&) = 0;
/**
* Remove fragments from storage. The storage service must have
* adopted a transaction prior this call.
*/
virtual int remove_fragments() = 0;
/**
* Commit the transaction.
*/