Branch: refs/heads/master
  Home:   https://github.com/mailru/tarantool
  Commit: eca331522cadb8f4fc0d9a61f25c31867c888cac
      
https://github.com/mailru/tarantool/commit/eca331522cadb8f4fc0d9a61f25c31867c888cac
  Author: Konstantin Osipov <[email protected]>
  Date:   2012-05-15 (Tue, 15 May 2012)

  Changed paths:
    M include/util.h
    M mod/box/box.lua
    M mod/box/box.m
    M mod/box/memcached-grammar.m
    M mod/box/memcached-grammar.rl
    M mod/box/memcached.m
    M mod/box/port.h
    M mod/box/port.m
    M mod/box/request.h
    M mod/box/request.m
    M mod/box/tuple.h
    M mod/box/tuple.m
    M mod/box/txn.h
    M mod/box/txn.m

  Log Message:
  -----------
  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.



_______________________________________________
Mailing list: https://launchpad.net/~tarantool-developers
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~tarantool-developers
More help   : https://help.launchpad.net/ListHelp

Reply via email to