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

txn: run on_rollback triggers on rollback to savepoint

Currently, if a statement is rolled back during rollback to a savepoint, it
does not appear in neither on_commit nor on_rollback triggers. Fix this by
running on_rollback triggers during the rollback to the savepoint.

Closes #7810

NO_DOC=bugfix
parent 8eb153b7
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