]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix a long-standing bug in btree.c in the sqlite3BtreePrevious() routine.
authordrh <drh@noemail.net>
Mon, 22 Nov 2004 19:07:09 +0000 (19:07 +0000)
committerdrh <drh@noemail.net>
Mon, 22 Nov 2004 19:07:09 +0000 (19:07 +0000)
commit8237d45ed8317e1cfa57bc4f6381842df1e4d86e
tree75842c00c8892e32380205e6967026fefc2e8748
parentd8702b4d40d4de46f2b2a483ed1354cb13929eae
Fix a long-standing bug in btree.c in the sqlite3BtreePrevious() routine.
The problem has gone unnoticed before now because it only occurs when you
use the OP_Prev opcode on a B+Tree. (CVS 2140)

FossilOrigin-Name: 3d2536c479c943b3a55047898068625f91c872ae
manifest
manifest.uuid
src/btree.c