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

* Added applier side TOI commit order enter and leave

* Added cleanup_transaction() method to client_service in order to
  provide a way to make DBMS side cleanup when transaction
  is cleaned up
This commit is contained in:
Teemu Ollakka
2018-06-25 14:09:19 +03:00
parent cad9176474
commit 4e152ee79d
8 changed files with 21 additions and 5 deletions

View File

@ -63,6 +63,11 @@ namespace wsrep
*/
virtual int prepare_data_for_replication() = 0;
/**
* Clean up after transcation has been terminated.
*/
virtual void cleanup_transaction() = 0;
//
// Streaming
//