]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Change the SHM interface so that it does not take the name of the shared
authordrh <drh@noemail.net>
Sat, 1 May 2010 20:17:30 +0000 (20:17 +0000)
committerdrh <drh@noemail.net>
Sat, 1 May 2010 20:17:30 +0000 (20:17 +0000)
commit2d536e187f6bac7d6756f22ca8d7e327bc64d1df
tree36c903b85734f1bdaacdd553494a1f9cbf7bf673
parentf72a8751c98d2b9c99783a6c3adcff0e2c87090a
Change the SHM interface so that it does not take the name of the shared
object but rather the name of the WAL file and derives its own name from
that.  Remove the xShmDelete method from the VFS and replace it with a
delete flag on xShmClose.

FossilOrigin-Name: 94dea5f9c11a68564220cec76ac3fae2ba90e907
manifest
manifest.uuid
src/os_unix.c
src/sqlite.h.in
src/test_devsym.c
src/wal.c