Skip to content
Snippets Groups Projects
Commit 817697e8 authored by Ilya Verbin's avatar Ilya Verbin Committed by Serge Petrenko
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

(cherry picked from commit a1d85827)
parent abf52e08
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