SQLite

Check-in [83395a3d24]
Login

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

Overview
Comment:If a database becomes corrupted such that an index is out of sync with its table, make sure the corruption is detected and reported back. Do not assume that indices always contain rowids for valid table rows.
Downloads: See separate download page
Timelines: family | ancestors | descendants | path-to-release | both | trunk
Files: files | file ages | folders
SHA1: 83395a3d24f18170fc068d9e644291678694c3f0
User & Date: drh 2010-07-30 18:40:55.000
References
2010-08-01
22:25 Fixed ticket [168d0f7176]: Segfault while reading database with a corrupt index plus 3 other changes (artifact: 184435bff0 ... user: drh)
Context
2010-08-01
22:41
Fix a typo in an error message of the TCL interface. (check-in: 8eadd7b87b ... user: drh tags: trunk)
2010-07-30
18:40
If a database becomes corrupted such that an index is out of sync with its table, make sure the corruption is detected and reported back. Do not assume that indices always contain rowids for valid table rows. (check-in: 83395a3d24 ... user: drh tags: trunk)
16:54
Fix typos in comments. No code or logic changes. (check-in: 15c294ca05 ... user: drh tags: trunk)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/vdbeaux.c.