Skip to content
Snippets Groups Projects
Commit a1d85827 authored by Ilya Verbin's avatar Ilya Verbin Committed by Vladimir Davydov
Browse files

txn: pass txn_stmt instead of txn to on_commit/on_rollback

Currently on_rollback triggers are called on rollback of the whole
transaction. To make it possible to invoke them on rollback to a
savepoint, we need to pass a statement at which the savepoint was
created.

Needed for #9340

NO_DOC=refactoring
NO_TEST=refactroring
NO_CHANGELOG=refactoring
parent 773e3e9f
No related branches found
No related tags found
No related merge requests found
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