]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add extension "mmapwarm.c". Provides function sqlite3_mmap_warm(), used to
authordan <dan@noemail.net>
Mon, 18 Sep 2017 16:28:56 +0000 (16:28 +0000)
committerdan <dan@noemail.net>
Mon, 18 Sep 2017 16:28:56 +0000 (16:28 +0000)
commit460f1fa55cd4fdca39977f5f38e173f2ac44bace
tree3f23d9a7479a50efae5190f0acbc1eef01b7754b
parent2acd24d90c7b47436bc744f07ae2d714abd13e62
Add extension "mmapwarm.c". Provides function sqlite3_mmap_warm(), used to
"warm up" the memory mapping used by SQLite in mmap mode to access db file
content.

FossilOrigin-Name: d4a30b91f9aad93510baead8c04ee51b82c98763be5a224ed4873298214c963a
Makefile.in
Makefile.msc
ext/misc/mmapwarm.c [new file with mode: 0644]
main.mk
manifest
manifest.uuid
src/test1.c