]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add the SQLITE_CONFIG_MMAP_LIMIT configuration option for overriding the
authordrh <drh@noemail.net>
Mon, 1 Apr 2013 22:38:06 +0000 (22:38 +0000)
committerdrh <drh@noemail.net>
Mon, 1 Apr 2013 22:38:06 +0000 (22:38 +0000)
commita1f42c7c32b7326568305f64cf5c592910928a3e
treeaad28cddf765011947ef33c44e24359505556685
parenta539c8a4642c91fed157ee48ddf60f92985c5ac9
Add the SQLITE_CONFIG_MMAP_LIMIT configuration option for overriding the
SQLITE_DEFAULT_MMAP_LIMIT compile-time setting.  Enhance "PRAGMA mmap_limit"
so that without a specific database name, it sets the limit on all database
files and changes the default for any future databases that might be added
using ATTACH.

FossilOrigin-Name: 78141d0a16dd1d56b575fccd149de7fa789cb06c
manifest
manifest.uuid
src/btree.c
src/global.c
src/main.c
src/os_unix.c
src/pager.c
src/pragma.c
src/sqlite.h.in
src/sqliteInt.h