]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Reenable the memory management logic. The quick.test script now runs with
authordrh <drh@noemail.net>
Wed, 22 Aug 2007 00:39:19 +0000 (00:39 +0000)
committerdrh <drh@noemail.net>
Wed, 22 Aug 2007 00:39:19 +0000 (00:39 +0000)
commit86f8c197ddd6972a1bd37cdfcca01a19c7c1aada
tree4d049d45dae245f2d0a168035a6acd2419210d4a
parent32bc3f6e01750d6b730efd372952156d7d62b066
Reenable the memory management logic.  The quick.test script now runs with
SQLITE_MEMDEBUG and SQLITE_ENABLE_MEMORY_MANAGEMENT. 7 minor errors. (CVS 4265)

FossilOrigin-Name: 1914044b8832041f13b20ead613bd13725425d7a
14 files changed:
manifest
manifest.uuid
src/btree.c
src/btreeInt.h
src/main.c
src/malloc.c
src/mutex.c
src/pager.c
src/prepare.c
src/sqlite.h.in
src/tclsqlite.c
src/test1.c
src/vdbeapi.c
test/capi2.test