]> git.ipfire.org Git - thirdparty/sqlite.git/commit
When possible, use memory mapping when appending new pages to a database file.
authordan <dan@noemail.net>
Wed, 20 Mar 2013 14:26:59 +0000 (14:26 +0000)
committerdan <dan@noemail.net>
Wed, 20 Mar 2013 14:26:59 +0000 (14:26 +0000)
commiteb97b29345592cf094b6639a985f9253653a5063
treee204dd075bf5183e093c937df5f60d488d8f2af5
parenteecc3983741f501203faf8404eca56332418696e
When possible, use memory mapping when appending new pages to a database file.

FossilOrigin-Name: 14135da3cdbafd699563a29608f32347cda28338
manifest
manifest.uuid
src/os.c
src/os.h
src/os_unix.c
src/pager.c
src/pager.h
src/sqlite.h.in