SQLite

Check-in [149d2ae4a6]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Change the xShmSize() implementation in os_unix.c so that it will only increase and never decrease the size of a shared-memory segment.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | wal-refactor
Files: files | file ages | folders
SHA1: 149d2ae4a6fe2f86822f286d2a7092c51bec7ebb
User & Date: drh 2010-05-13 08:33:36.000
Original Comment: Change the xShmSize() implementation in os_unix.c so that it will only increase and never decrease the size of a shared-memory segment.
Context
2010-05-13
08:53
The refactored of VFS SHM primitives are now working so merge the wal-refactor branch back into the trunk. (check-in: bce21c1838 user: drh tags: trunk)
08:33
Change the xShmSize() implementation in os_unix.c so that it will only increase and never decrease the size of a shared-memory segment. (Closed-Leaf check-in: 149d2ae4a6 user: drh tags: wal-refactor)
07:08
Fix for a segfault that can follow a malloc failure. (check-in: 3cab902245 user: dan tags: wal-refactor)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/os_unix.c.