]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Merge recent enhancements from trunk, and especially the changes that
authordrh <drh@noemail.net>
Fri, 4 Mar 2016 14:57:51 +0000 (14:57 +0000)
committerdrh <drh@noemail.net>
Fri, 4 Mar 2016 14:57:51 +0000 (14:57 +0000)
commit07a6166f234009e1e5f88cecfae1a9e53d29ea64
tree35818f00ebb8af99d5d3034bababa0104280f4ce
parent93e52b35cc70355a9b0649de14a5c68a41982920
parent3298a641a2b1c883b34e9d85541db50d6e2d1ff9
Merge recent enhancements from trunk, and especially the changes that
reduce the heap-memory footprint of schemas, and defer opening and writing
to statement journals.

FossilOrigin-Name: 2f0c195ccc3c9550f0664223fc355b1c27063eba
14 files changed:
Makefile.in
main.mk
manifest
manifest.uuid
src/main.c
src/os.c
src/os_unix.c
src/pager.c
src/pragma.c
src/sqlite.h.in
src/sqliteInt.h
test/exclusive.test
test/stmt.test
test/tempdb.test