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

@ -23,6 +23,8 @@ namespace db
{ throw wsrep::not_implemented_error(); }
int update_fragment_meta(const wsrep::ws_meta&) override
{ throw wsrep::not_implemented_error(); }
int remove_fragments() override
{ throw wsrep::not_implemented_error(); }
int commit(const wsrep::ws_handle&, const wsrep::ws_meta&) override
{ throw wsrep::not_implemented_error(); }
int rollback(const wsrep::ws_handle&, const wsrep::ws_meta&)