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:
@ -122,6 +122,7 @@ namespace wsrep
|
||||
return client_state_.append_data(data);
|
||||
}
|
||||
|
||||
void cleanup_transaction() WSREP_OVERRIDE { }
|
||||
size_t bytes_generated() const
|
||||
{
|
||||
return bytes_generated_;
|
||||
|
Reference in New Issue
Block a user