]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Changes so that the xShmOpen VFS method is no longer required. Its job can be done...
authordan <dan@noemail.net>
Tue, 13 Jul 2010 18:44:03 +0000 (18:44 +0000)
committerdan <dan@noemail.net>
Tue, 13 Jul 2010 18:44:03 +0000 (18:44 +0000)
commitda9fe0c327ae952c3e16587e069a878888b3c089
tree51672674ac3f9f56756916f34f48d0bc4663c624
parent2103245e75a2b3c9eb76af75700f800d718a66a7
Changes so that the xShmOpen VFS method is no longer required. Its job can be done by the first call to xShmMap. Rename xShmClose to xShmUnmap.

FossilOrigin-Name: f4780bde62c6c19146d2723c101540b8db898d38
14 files changed:
manifest
manifest.uuid
src/os.c
src/os.h
src/os_unix.c
src/os_win.c
src/pager.c
src/sqlite.h.in
src/test6.c
src/test_devsym.c
src/test_onefile.c
src/test_osinst.c
src/test_vfs.c
src/wal.c