]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add index access methods to the DBBE in preparation for adding a new
authordrh <drh@noemail.net>
Sun, 19 Aug 2001 18:19:46 +0000 (18:19 +0000)
committerdrh <drh@noemail.net>
Sun, 19 Aug 2001 18:19:46 +0000 (18:19 +0000)
commitc87fa69a2901b5c057e8119e73f420a1bf283613
treea10e7df34f186295ec8728a837633f7026f5b1ec
parent888e5e96be651664bc7dc069f3242503358be40d
Add index access methods to the DBBE in preparation for adding a new
DBBE for the btree.c module. (CVS 236)

FossilOrigin-Name: c15f6ffc4d41f30a06d750c8015226713ae0126b
12 files changed:
manifest
manifest.uuid
src/dbbe.h
src/dbbegdbm.c
src/dbbemem.c
src/vdbe.c
src/vdbe.h
src/where.c
test/index.test
test/rowid.test
test/select2.test
test/where.test