]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Change the definition of SQLITE_CONFIG_SCRATCH so that at most one scratch
authordrh <drh@noemail.net>
Tue, 4 Nov 2014 14:22:27 +0000 (14:22 +0000)
committerdrh <drh@noemail.net>
Tue, 4 Nov 2014 14:22:27 +0000 (14:22 +0000)
commitcbd55b0362c8dd2a0c7c3bd0bc56bd16ccd2d962
treeb9b226e270b35966a5db994e105dda217dc23565
parent5279d3433c2ef6089559eb65d3ed1a3e298cc3b3
Change the definition of SQLITE_CONFIG_SCRATCH so that at most one scratch
buffer is used per thread.  Use the generic heap memory allocator for the
WalIterator object when running a checkpoint.

FossilOrigin-Name: 391c9b85abcb5ba300fb2e116384639310c69ed2
manifest
manifest.uuid
src/btree.c
src/malloc.c
src/sqlite.h.in
src/wal.c