]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add the sqlite3_db_release_memory() interface and the shrink_memory pragma.
authordrh <drh@noemail.net>
Wed, 16 Nov 2011 19:29:17 +0000 (19:29 +0000)
committerdrh <drh@noemail.net>
Wed, 16 Nov 2011 19:29:17 +0000 (19:29 +0000)
commit09419b4bae13024d9bfc011e0a108eb3dfc6296f
tree73095a25129398a1fb4703ac5f406e46334ed777
parent870c0178f7d350203c13754eeb5b5d1a8fc7f3f1
Add the sqlite3_db_release_memory() interface and the shrink_memory pragma.

FossilOrigin-Name: 3f58e7c8895d1252eff56282c08b1a6f1194452c
12 files changed:
manifest
manifest.uuid
src/main.c
src/pager.c
src/pager.h
src/pcache.c
src/pcache.h
src/pcache1.c
src/pragma.c
src/sqlite.h.in
src/test1.c
test/shrink.test [new file with mode: 0644]