SQLite

Check-in [4ade96ce97]
Login

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

Overview
Comment:Fix a case in fts4 where a corrupt %_stat table could lead to a crash.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | fts4aux
Files: files | file ages | folders
SHA1: 4ade96ce974244fc34bb97713d3cba10e3d33056
User & Date: dan 2011-02-01 17:55:48.046
Context
2011-02-01
18:00
Fix a problem causing builds with SQLITE_OMIT_WAL defined to fail. (check-in: b9b48dd8dd user: dan tags: fts4aux)
17:55
Fix a case in fts4 where a corrupt %_stat table could lead to a crash. (check-in: 4ade96ce97 user: dan tags: fts4aux)
16:34
Add virtual table module "fts4aux", used to inspect the full-text index of an fts4 table directly. Also add the "compress" and "uncompress" fts4 options. (check-in: b010ddcc52 user: dan tags: fts4aux)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to ext/fts3/fts3_snippet.c.
Changes to ext/fts3/fts3_write.c.
Changes to test/fts3corrupt.test.