]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Change sqlite3BtreeNext() and sqlite3BtreePrevious() so that they return
authordrh <drh@noemail.net>
Tue, 30 May 2017 18:34:07 +0000 (18:34 +0000)
committerdrh <drh@noemail.net>
Tue, 30 May 2017 18:34:07 +0000 (18:34 +0000)
commit2ab792e4c0dd5662bcb482c2c6a89961afd1251f
treeeff085fd9be5c214ef06fe7e2b38c3b51a35d3ed
parentd26d2c7de299e391a23904d27a97ab0871846533
Change sqlite3BtreeNext() and sqlite3BtreePrevious() so that they return
SQLITE_DONE if they have already reached the end (or beginning) of the table.
This gives a performance increase and size reduction.

FossilOrigin-Name: e972a3860892022d57b26ec44ce0fbadc61c1ff54b7a10b7e82390db88d323a7
manifest
manifest.uuid
src/btree.c
src/btree.h
src/test3.c
src/vdbe.c
src/vdbe.h
src/vdbeInt.h
src/vdbesort.c