]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add the sqlite3_io_methods.xMremap() method to the VFS interface. Also "PRAGMA mmap_s...
authordan <dan@noemail.net>
Tue, 19 Mar 2013 19:28:06 +0000 (19:28 +0000)
committerdan <dan@noemail.net>
Tue, 19 Mar 2013 19:28:06 +0000 (19:28 +0000)
commit5d8a137218d43070a2c635900d1ae7d7a7ef0f69
tree3cff8e65aa9784ecbf153cb647c0f370b20623b5
parenta72014faf50889400af55631d4556a0adcffb593
Add the sqlite3_io_methods.xMremap() method to the VFS interface. Also "PRAGMA mmap_size".

FossilOrigin-Name: 6183f1bd86ceed76d22d9762f3d7eb33262c62d1
18 files changed:
manifest
manifest.uuid
src/btree.c
src/btree.h
src/os.c
src/os.h
src/os_unix.c
src/pager.c
src/pragma.c
src/sqlite.h.in
src/sqliteInt.h
src/test1.c
test/dbstatus2.test
test/exclusive2.test
test/func.test
test/incrblob.test
test/pageropt.test
test/permutations.test