1908557 HashIndex Iter returns all tuples in the bucketlist
commit2a79388efbc3baf0e015b23083ab2666ba474d04
authorprabatuty <prabatuty>
Thu, 6 Mar 2008 07:51:34 +0000 (6 07:51 +0000)
committerprabatuty <prabatuty>
Thu, 6 Mar 2008 07:51:34 +0000 (6 07:51 +0000)
tree5253371901f908227db633a266a3a642617c0279
parentfc11b6cde060cd5184ea818ba4604f6d620a7ceb
1908557  HashIndex Iter returns all tuples in the bucketlist
This is because evaluate() is not called on the predicate for the hash index iterator.
BucketList.cxx - iterator is not checking the last element in the list, if it has more than 2 elements in the list. so changed the iteration logic.
src/server/BucketList.cxx
src/server/TupleIterator.cxx