SQLite

Check-in [9622dd468c]
Login

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

Overview
Comment:Do not hold the shared-memory mutex in os_unix.c if returning NULL.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | wal-incr-ckpt
Files: files | file ages | folders
SHA1: 9622dd468c8914262e9d8bd8dbca9e22ec6ee75c
User & Date: dan 2010-06-01 11:08:57.000
Context
2010-06-01
12:58
Fix an off-by-one boundary-value issue in walCleanupHash(). (check-in: f039552e63 user: drh tags: wal-incr-ckpt)
11:08
Do not hold the shared-memory mutex in os_unix.c if returning NULL. (check-in: 9622dd468c user: dan tags: wal-incr-ckpt)
10:44
If the checkpoint fails to obtain an exclusive lock on one of the read-lock bytes, do not consider this an error. (check-in: 9e95e35728 user: dan tags: wal-incr-ckpt)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/os_unix.c.