Skip to content
Snippets Groups Projects
Commit 22cb77e2 authored by Vladislav Shpilevoy's avatar Vladislav Shpilevoy Committed by Vladimir Davydov
Browse files

transactions: store struct request on stack

There is no reason to allocate it on a region. Struct request is not
stored longer than a single statement. In process_rw struct request is
used only to read its attributes. The request itself is not stored
anywhere in transaction between multiple statements.
parent 145c9c7e
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