SQLite

Check-in [5360ecb0b8]
Login

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

Overview
Comment:Re-integrate the recent changes from the 'winMutex' branch back into the Win32 mutex subsystem.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 5360ecb0b8891d0c27f3f02d81b6c7b548361a10
User & Date: mistachkin 2014-07-30 23:11:16.516
Context
2014-07-31
15:44
Deactivate the DISTINCT in a SELECT on the right-hand side of an IN operator, since it should not make any difference in the output but dues consume extra memory and CPU time. (check-in: f4cb53651b user: drh tags: trunk)
2014-07-30
23:11
Re-integrate the recent changes from the 'winMutex' branch back into the Win32 mutex subsystem. (check-in: 5360ecb0b8 user: mistachkin tags: trunk)
21:10
Add three new static mutexes for use by the application. This is a partial import of changes from the threads branch. (check-in: 3aad01960f user: drh tags: trunk)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/mutex_w32.c.