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

@ -50,6 +50,8 @@ namespace db
return 0;
}
void cleanup_transaction() override { }
size_t bytes_generated() const override
{
return 0;