]> git.ipfire.org Git - thirdparty/sqlite.git/commit
The code is in place to replace GDBM with BTree. But I have not yet
authordrh <drh@noemail.net>
Thu, 13 Sep 2001 13:46:56 +0000 (13:46 +0000)
committerdrh <drh@noemail.net>
Thu, 13 Sep 2001 13:46:56 +0000 (13:46 +0000)
commit5e00f6c7d57c7c651a098fbe3aed1b11813ef85f
tree770181533e5bf4d8a2f7ebd1959e20c672c46a72
parent5c4d9703d936ee6220ff59c6c42a8f280fa10744
The code is in place to replace GDBM with BTree.  But I have not yet
attempted to compile it.  I am sure the code contains bugs. (CVS 238)

FossilOrigin-Name: 6ecc8b20d4f402f45f03d46d8d4fa40dea666e97
20 files changed:
manifest
manifest.uuid
src/btree.c
src/btree.h
src/build.c
src/dbbebtree.c [new file with mode: 0644]
src/delete.c
src/insert.c
src/main.c
src/pager.c
src/pager.h
src/select.c
src/shell.c
src/sqlite.h.in
src/sqliteInt.h
src/update.c
src/util.c
src/vdbe.c
src/vdbe.h
src/where.c