Skip to content
Snippets Groups Projects
Commit 37bedba5 authored by Vladimir Davydov's avatar Vladimir Davydov
Browse files

txn: move stmt list/savepoint manipulation out of txn_stmt_new

txn_stmt_new is supposed to simply allocate an initialize a new txn_stmt
struct. Adding the new statement to the txn's statement list and setting
up a savepoint for rollback looks confusing. Move it to txn_begin_stmt.
parent 16610ded
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