SQLite

Check-in [bb18f57852]
Login

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

Overview
Comment:The iInUseDB and iInUseMM variables do not need to be volatile.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | branch-3.5.9
Files: files | file ages | folders
SHA1: bb18f5785283e1067338b6b85098e8f2ff3b093a
User & Date: drh 2010-01-30 23:08:24.000
Context
2010-01-30
23:08
The iInUseDB and iInUseMM variables do not need to be volatile. (Leaf check-in: bb18f57852 user: drh tags: branch-3.5.9)
22:28
Always hold the MEM2 mutex when initially marking a pager as in use by its database connection. (check-in: 622c17177a user: drh tags: branch-3.5.9)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/pager.c.