Skip to content
Snippets Groups Projects
Commit eca33152 authored by Konstantin Osipov's avatar Konstantin Osipov
Browse files

Get rid of txn_cleanup() & delayed cleanup.

We needed to have txn_cleanup() only because a tuple
which was read in txn was used in fiber->io_vec.
Decouple txn and network I/O and make sure
we can commit/rollback txn whenever we like, regardless
of what is given to fiber->iovec.

@todo: perhaps we need to optimize performance
of port cleanup for big selects.
parent 5c52e4a5
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