Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Merge experimental fts3/fts4 changes with trunk. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
988164cf485300fb3d189fd1453c23c4 |
User & Date: | dan 2010-10-27 18:10:00.000 |
Context
2010-10-27
| ||
19:08 | Avoid trying to allocate a negative number of bytes of memory in the test wrapper for sqlite3_blob_read(). (check-in: 739b5d9aa4 user: dan tags: trunk) | |
18:10 | Merge experimental fts3/fts4 changes with trunk. (check-in: 988164cf48 user: dan tags: trunk) | |
16:52 | Fix a buffer overread in fts3 that can occur if the database is corrupt. (Closed-Leaf check-in: 84194c4195 user: dan tags: experimental) | |
15:36 | Fix a memory leak in the update_hook method of the TCL interface. (check-in: 1d17e3dc83 user: drh tags: trunk) | |
Changes
Changes to ext/fts3/fts3.c.
Changes to ext/fts3/fts3Int.h.
Changes to ext/fts3/fts3_expr.c.
Changes to ext/fts3/fts3_snippet.c.
Changes to ext/fts3/fts3_write.c.
Added ext/fts3/fts3speed.tcl.
Changes to src/btree.c.
Changes to src/sqlite.h.in.
Changes to src/test1.c.
Changes to src/vdbeblob.c.
Changes to test/fts3ah.test.
Changes to test/fts3ao.test.
Added test/fts3corrupt.test.
Changes to test/fts3cov.test.
Added test/fts3defer.test.
Added test/fts3defer2.test.
Added test/fts3fault.test.
Changes to test/fts3malloc.test.
Changes to test/fts3query.test.
Changes to test/fts3snippet.test.
Added test/incrblob3.test.
Added test/incrblobfault.test.
Changes to test/malloc_common.tcl.
Changes to test/permutations.test.
Changes to test/tester.tcl.