Branch: refs/heads/stable
Home: https://github.com/tarantool/tarantool
Commit: 03b53bf6a990fdea2ca979f2b96b9fb2f67c2d18
https://github.com/tarantool/tarantool/commit/03b53bf6a990fdea2ca979f2b96b9fb2f67c2d18
Author: Konstantin Osipov <[email protected]>
Date: 2013-08-29 (Thu, 29 Aug 2013)
Changed paths:
M src/box/lua/box.lua
Log Message:
-----------
Remove a piece of dead code.
Remove a piece of dead code which made select_range() and
select_reverse_range() extremely inefficient (a new iterator
instance for each tuple) and confusing.
box.index.iterator() creates a closure which is sufficient
to produce all iteration results. Use of index:next()
was apparently left by some tricky merge.
_______________________________________________
Mailing list: https://launchpad.net/~tarantool-developers
Post to : [email protected]
Unsubscribe : https://launchpad.net/~tarantool-developers
More help : https://help.launchpad.net/ListHelp