Skip to content
Snippets Groups Projects
Commit 83945772 authored by Dmitry Simonenko's avatar Dmitry Simonenko
Browse files

sophia-gh-577: do not emit raise on rollback

parent 6b123555
No related branches found
No related tags found
No related merge requests found
......@@ -312,8 +312,5 @@ SophiaFactory::rollback(struct txn *)
tx = NULL;
tx_db = NULL;
});
int rc = sp_rollback(tx);
if (rc == -1)
sophia_raise(env);
assert(rc == 0);
sp_rollback(tx);
}
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