SQLite

Check-in [8c44b02f14]
Login

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

Overview
Comment:Fix a problem with RBU function sqlite3rbu_bp_progress() when used during an RBU vacuum.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 8c44b02f1479cec61554800702a3c1d806e4ee64b41ba2af17320f62794a02fe
User & Date: dan 2019-08-13 15:11:25.734
Context
2019-08-13
17:27
Update some corruption test cases to take [724f4df9c] into account. (check-in: 927cd7b4c5 user: dan tags: trunk)
15:22
Merge latest trunk changes with this branch. (check-in: 5b4689d89c user: dan tags: reuse-schema)
15:11
Fix a problem with RBU function sqlite3rbu_bp_progress() when used during an RBU vacuum. (check-in: 8c44b02f14 user: dan tags: trunk)
2019-08-12
18:26
Make sure the btree cursor overflow cache is cleared when overwriting a cell in sqlite3BtreeInsert(). Ticket [3cf9bb227e9a5d32] (check-in: 7dae7b969e user: drh tags: trunk)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to ext/rbu/rbuprogress.test.
Changes to ext/rbu/sqlite3rbu.c.