]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix incorrect doclist initialization in term_select_all().
authorshess <shess@noemail.net>
Thu, 5 Oct 2006 21:48:56 +0000 (21:48 +0000)
committershess <shess@noemail.net>
Thu, 5 Oct 2006 21:48:56 +0000 (21:48 +0000)
commit9f4683cd4254e266cd2cc329a9e334d8064fc29b
tree90608aaf80f0c946ba0ccc0261e9eedcf50d4289
parentbb2abb2c09e4967eeb7cc438ab6b1ed9e761f4c6
Fix incorrect doclist initialization in term_select_all().
docListRestrictColumn() generates a DL_POSITIONS doclist, which means
that after the first doclist is processed, the second doclist is
initialized as DL_POSITIONS, but with DL_POSITIONS_OFFSETS data.
(Note that DL_DEFAULT is now DL_POSITIONS, which masks this bug.) (CVS 3467)

FossilOrigin-Name: 144e3f11e22c6efd6f2d960599ab2d93542db406
ext/fts1/fts1.c
manifest
manifest.uuid