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

@ -31,7 +31,7 @@ class mock_server_state;
int update_fragment_meta(const wsrep::ws_meta&) WSREP_OVERRIDE
{ return 0; }
int remove_fragments() WSREP_OVERRIDE { return 0; }
int commit(const wsrep::ws_handle&, const wsrep::ws_meta&)
WSREP_OVERRIDE;