SQLite

Check-in [612e2599d3]
Login

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

Overview
Comment:On a backup from a smaller to a larger page size, do not begin committing the transaction until the source pages after the pending byte have been copied.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 612e2599d3e1a17c268402fce018a53dee6dffe1
User & Date: drh 2011-01-16 22:37:09.511
Context
2011-01-17
02:24
Add back an ALWAYS() to regain full test coverage. (check-in: b93f6f3e67 user: drh tags: trunk)
2011-01-16
22:37
On a backup from a smaller to a larger page size, do not begin committing the transaction until the source pages after the pending byte have been copied. (check-in: 612e2599d3 user: drh tags: trunk)
00:56
Make sure the change-counter and SQLite-version fields of the header are set correctly even when doing a VACUUM with locking_mode=EXCLUSIVE. Ticket [5d863f876ee9561b]. (check-in: 04fa1e1690 user: drh tags: trunk)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/backup.c.