Skip to content
Snippets Groups Projects
Commit 451d4db3 authored by Konstantin Osipov's avatar Konstantin Osipov
Browse files

txn: refactor txn_commit(), txn_rollback().

Encapsulate trigger management, as well as undo managemnt
specific to memtx in the engine. Fix a potential memory leak
in MemtxEngine::rollbackStatement(), with wrong reference counting
for rolled back tuple.

Always generate redo record, even in wal_off=true mode, this
simplifies txn_commit().
parent 542ae723
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment