]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Change the unix VFS to always allocate shared-memory using a file in the
authordrh <drh@noemail.net>
Sat, 19 Jun 2010 15:10:09 +0000 (15:10 +0000)
committerdrh <drh@noemail.net>
Sat, 19 Jun 2010 15:10:09 +0000 (15:10 +0000)
commit7234c6d6f6837325fd478f2cd33c1b7e2d01acad
tree42c0a89948bdf26e6797b05ee4553b11565f7d50
parentbe5c10477c17f0fe4916181b449e7575a96d5fec
Change the unix VFS to always allocate shared-memory using a file in the
same directory as the database.  Otherwise, a chroot might cause different
processes to use different shared memory files resulting in database
corruption.

FossilOrigin-Name: 2241788bc85fbc48e9cfecb95fe0a858338e37cb
manifest
manifest.uuid
src/os_unix.c