]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Put in a generic hash table system in place of the various ad-hoc
authordrh <drh@noemail.net>
Sat, 22 Sep 2001 18:12:08 +0000 (18:12 +0000)
committerdrh <drh@noemail.net>
Sat, 22 Sep 2001 18:12:08 +0000 (18:12 +0000)
commitbeae319476c5d81e8f399010dc7dc5a2336f0606
tree060c1e3d7a1804ce344a22cf869cf0d41c4bfd13
parent4aa85c42b30114107addeccb03adfab0f4a827e2
Put in a generic hash table system in place of the various ad-hoc
hash table scattered everywhere.  Except, the page hash table in
the pager is unchanged. (CVS 260)

FossilOrigin-Name: 9114420dd01d92cc8890046500a8806a297a4e65
Makefile.in
manifest
manifest.uuid
src/build.c
src/hash.c [new file with mode: 0644]
src/hash.h [new file with mode: 0644]
src/main.c
src/sqliteInt.h
src/vdbe.c