Branch: refs/heads/master
Home: https://github.com/mailru/tarantool
Commit: b87af82d0e50143581b81f1cf6f0786bd697948e
https://github.com/mailru/tarantool/commit/b87af82d0e50143581b81f1cf6f0786bd697948e
Author: Konstantin Osipov <[email protected]>
Date: 2012-08-28 (Tue, 28 Aug 2012)
Changed paths:
M mod/box/tree.m
M test/box_big/lua.result
M test/box_big/lua.test
A test/box_wal/lua.result
A test/box_wal/lua.test
M test/box_wal/tarantool.cfg
Log Message:
-----------
A fix and a test case for Bug#1042738
A fix and a test case for Bug#1042738
"Tree iterator over entire range gives a spurious error"
We didn't look at part_count in num32_key_node_cmp,
and thus could produce wrong comparison result if
part_count was 0.
To be on the safe side, zero key parts even if
part count is 0 (this is what we do elsewhere as well).
Cleanup: make sure you can run box_big/lua.test many times.
_______________________________________________
Mailing list: https://launchpad.net/~tarantool-developers
Post to : [email protected]
Unsubscribe : https://launchpad.net/~tarantool-developers
More help : https://help.launchpad.net/ListHelp