[Xapian-commits] 9271: trunk/xapian-core/
trunk/xapian-core/backends/flint/
richard
xapian-commits at lists.xapian.org
Fri Sep 14 10:50:15 BST 2007
SVN root: svn://svn.xapian.org/xapian
Changes by: richard
Revision: 9271
Date: 2007-09-14 10:50:13 +0100 (Fri, 14 Sep 2007)
Log message (6 lines):
backends/flint/flint_cursor.cc,backends/flint/flint_cursor.h: Add
FlintCursor::find_entry_gt(), and use it instead of
flint_entry_ge() in FlintCuror::del(). This fixes failure of
deldoc4 test. I'm not sure why find_entry() can return true
immediately after the key it's searching for was deleted with
B->del(), though: that merits further investigation.
Modified files:
U trunk/xapian-core/ChangeLog
U trunk/xapian-core/backends/flint/flint_cursor.cc
U trunk/xapian-core/backends/flint/flint_cursor.h
Links:
http://xapian.org/C?9271
http://xapian.org/C?9271?trunk/xapian-core/ChangeLog
http://xapian.org/C?9271?trunk/xapian-core/backends/flint/flint_cursor.cc
http://xapian.org/C?9271?trunk/xapian-core/backends/flint/flint_cursor.h
More information about the Xapian-commits
mailing list