]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Disable the use of memory-mapped I/O if the SQLITE_DISABLE_MMAP macro is
authordrh <drh@noemail.net>
Mon, 8 Apr 2013 20:47:49 +0000 (20:47 +0000)
committerdrh <drh@noemail.net>
Mon, 8 Apr 2013 20:47:49 +0000 (20:47 +0000)
commit188d488409c9d931bb8b59eb86956ec6130017e7
treeb0877c0538c17bb10ede32b9b8f76c9fa36ab9d8
parentf90e50f60bd01af442a9b68eb5d808ef6faa4ca7
Disable the use of memory-mapped I/O if the SQLITE_DISABLE_MMAP macro is
defined.  Automatically define this macro for OpenBSD and QNX.  Other
systems are likely to be added to the disabled list over time.

FossilOrigin-Name: 8a4314a398c6c6efb25e6993c826b7e60d9bb1f9
14 files changed:
manifest
manifest.uuid
src/ctime.c
src/os.c
src/pager.c
src/pragma.c
src/sqliteInt.h
src/sqliteLimit.h
src/test_config.c
test/mmap1.test
test/mmap2.test
test/pageropt.test
test/wal.test
test/wal5.test