SQLite

Check-in [53aaeea6c9]
Login

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

Overview
Comment:Fix many minor issues in the unlocked transaction code.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | begin-concurrent
Files: files | file ages | folders
SHA1: 53aaeea6c98f82f3b55d4b3ab139ee41b727243c
User & Date: dan 2015-08-21 20:11:23.106
Context
2015-08-22
07:55
Merge trunk changes into this branch. (check-in: 9021f7369f user: dan tags: begin-concurrent)
2015-08-21
20:11
Fix many minor issues in the unlocked transaction code. (check-in: 53aaeea6c9 user: dan tags: begin-concurrent)
18:55
When committing an UNLOCKED transaction, try to move pages allocated at the end of the file to free slots within the file (like an incremental-vacuum operation does). (check-in: 069679162d user: dan tags: begin-concurrent)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/btree.c.
Changes to src/main.c.
Changes to src/pager.c.
Changes to src/pager.h.
Changes to src/vacuum.c.
Changes to src/vdbeaux.c.
Changes to src/wal.c.
Changes to src/wal.h.