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:
@ -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
|
||||
//
|
||||
|
Reference in New Issue
Block a user