]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Avoid a test for CURTYPE_BTREE in sqlite3VdbeCursorMoveto() in order to reduce
authordrh <drh@noemail.net>
Wed, 16 Aug 2017 19:20:20 +0000 (19:20 +0000)
committerdrh <drh@noemail.net>
Wed, 16 Aug 2017 19:20:20 +0000 (19:20 +0000)
commitfe0cf7a18c665b991a87e8329788563b750f9d9d
tree45e475698ebedcfb5c53f5a61c1931c75eca1c59
parent1f613c4df389356a3a679cca0066e9381e39467e
Avoid a test for CURTYPE_BTREE in sqlite3VdbeCursorMoveto() in order to reduce
the size and improve the performance of OP_Column.

FossilOrigin-Name: f078deb25149b7b1881b7f3374b343d0677e82336d8fdd7f1cdd06d926b5dd57
manifest
manifest.uuid
src/btree.c
src/btree.h
src/btreeInt.h
src/vdbe.c
src/vdbeInt.h
src/vdbeaux.c