]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Change the semantics of xShmGet() such that it will never increase the size
authordrh <drh@noemail.net>
Wed, 26 May 2010 15:06:38 +0000 (15:06 +0000)
committerdrh <drh@noemail.net>
Wed, 26 May 2010 15:06:38 +0000 (15:06 +0000)
commit026ac28b283c040539a3e2bca0ce608e0fe31a04
tree0c6a4840cb4d228490627ccb36ae33cd9bb9adf2
parent51b21b169ac0336e69ee9f8f95f3ac18ef97a567
Change the semantics of xShmGet() such that it will never increase the size
of shared memory.  xShmSize() must be used to grow the size of shared memory.
A shared memory segment size cannot be shrunk (except by dropping it).

FossilOrigin-Name: 72de00731245277b2209103ec0a76e3d4f56530e
manifest
manifest.uuid
src/os_unix.c
src/os_win.c
src/wal.c