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:
@ -50,6 +50,8 @@ namespace db
|
||||
return 0;
|
||||
}
|
||||
|
||||
void cleanup_transaction() override { }
|
||||
|
||||
size_t bytes_generated() const override
|
||||
{
|
||||
return 0;
|
||||
|
Reference in New Issue
Block a user