SQLite

Check-in [a353c1ab37]
Login

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

Overview
Comment:Revert (6187). (CVS 6188)
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: a353c1ab376b159c4d12532412365318cdbdcc60
User & Date: danielk1977 2009-01-16 16:23:38.000
Context
2009-01-16
16:40
Fix a change-counter bug similar to #3584. This one is much more obscure though, requiring a transient IO or malloc error to occur while running in exclusive mode. (CVS 6189) (check-in: 9f07d2d922 user: danielk1977 tags: trunk)
16:23
Revert (6187). (CVS 6188) (check-in: a353c1ab37 user: danielk1977 tags: trunk)
15:21
This commit is an error. Reverted by (6188). (CVS 6187) (check-in: aa67fd0cdb user: danielk1977 tags: trunk)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/bitvec.c.
Changes to src/btree.c.
Changes to src/btreeInt.h.
Changes to src/pager.c.
Changes to src/pager.h.
Changes to src/pcache.c.
Changes to src/pcache.h.
Changes to src/sqliteInt.h.
Changes to src/test2.c.
Changes to src/vdbeaux.c.