Skip to content
Snippets Groups Projects
Commit 7a7157f6 authored by Vladislav Shpilevoy's avatar Vladislav Shpilevoy
Browse files

box: remove dead code from box_process_call/eval()

box_process_call/eval() in the end check if there is an
active transaction. If there is, it is rolled back, and
an error is set.

But rollback is not needed anymore, because anyway in
the end of the request the fiber is stopped, and its
not finished transaction is rolled back. Just setting
of the error is enough.

Follow-up #4662

(cherry picked from commit f5d51448)
parent 4826638f
No related branches found
No related tags found
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