Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Merge fts3-refactor into the main trunk. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
551dbe30eab5855756e6356f6ba050f5 |
User & Date: | dan 2009-11-19 15:26:54.000 |
References
2011-09-14
| ||
11:13 | • Ticket [56be976859] Buffer overrun in FTS prefix queries status still Open with 3 other changes (artifact: bf07d2651b user: dan) | |
Context
2009-11-19
| ||
18:28 | Fix a performance regression introduced while reworking the fts3 code. (check-in: 7cd178a72a user: dan tags: trunk) | |
15:44 | Remove an unreachable branch from the OP_Affinity suppression logic. (check-in: 598727e6da user: drh tags: trunk) | |
15:26 | Merge fts3-refactor into the main trunk. (check-in: 551dbe30ea user: dan tags: trunk) | |
15:25 | Fix some fts3 related issues with the autoconf and amalgamation build systems. (Closed-Leaf check-in: 3b17924754 user: dan) | |
14:48 | Fix a bug introduced with recent optimizations: The unary minus operator is TK_UMINUS, not TK_MINUS. (check-in: 4bd4330709 user: drh tags: trunk) | |
Changes
Changes to Makefile.in.
Changes to ext/fts3/fts3.c.
Added ext/fts3/fts3Int.h.
Changes to ext/fts3/fts3_expr.c.
Deleted ext/fts3/fts3_expr.h.
Changes to ext/fts3/fts3_hash.c.
Changes to ext/fts3/fts3_hash.h.
Added ext/fts3/fts3_snippet.c.
Changes to ext/fts3/fts3_tokenizer.c.
Added ext/fts3/fts3_write.c.
Changes to main.mk.
Changes to src/test_hexio.c.
Changes to test/fts3.test.
Added test/fts3_common.tcl.
Changes to test/fts3aa.test.
Changes to test/fts3ab.test.
Changes to test/fts3ae.test.
Changes to test/fts3ag.test.
Changes to test/fts3an.test.
Changes to test/fts3c.test.
Changes to test/fts3d.test.
Added test/fts3malloc.test.
Changes to tool/mksqlite3c.tcl.