]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Change the mmap_limit pragma to report the new limit, or to report the
authordrh <drh@noemail.net>
Wed, 3 Apr 2013 13:09:18 +0000 (13:09 +0000)
committerdrh <drh@noemail.net>
Wed, 3 Apr 2013 13:09:18 +0000 (13:09 +0000)
commit34f7490311f77d0da8c90260d083f19550fd6c61
tree31047e707778f74709adffbe56477c145677fe6e
parent6c96946475fd5b61168ba6b7e43b33e46fee2a9f
Change the mmap_limit pragma to report the new limit, or to report the
existing limit if called with no arguments.  Report the default mmap_limit
as part of PRAGMA compile_options.  Set the default mmmap_limit to 0 for
all systems other than linux, mac, windows, and solaris.

FossilOrigin-Name: 2d9f1327fe79e40435ce1e2594d7cd9a5aea0ef2
manifest
manifest.uuid
src/ctime.c
src/os_unix.c
src/os_win.c
src/pager.c
src/pragma.c
src/sqlite.h.in
src/sqliteLimit.h
test/mmap1.test