Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix another typo in fts3_common.tcl causing test failures in builds that do not support fts3. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | rollback-abort |
Files: | files | file ages | folders |
SHA3-256: |
773b5986084b7ebe8d1d47cf51d1c10e |
User & Date: | dan 2019-01-26 20:41:23.303 |
Context
2019-01-26
| ||
21:05 | Fix a broken assert() in fts3. Also some test script issues causing failures with builds that do not support fts3. (check-in: d59567dda2 user: dan tags: trunk) | |
20:41 | Fix another typo in fts3_common.tcl causing test failures in builds that do not support fts3. (Closed-Leaf check-in: 773b598608 user: dan tags: rollback-abort) | |
20:35 | Fix a typo in fts3corrupt4.test causing it to fail if the build does not support fts3. (check-in: 5016303421 user: dan tags: rollback-abort) | |
Changes
Changes to test/fts3_common.tcl.
︙ | |||
40 41 42 43 44 45 46 | 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 | + - + + | # # fts3_doclist TBL TERM WHERE # Todo. # # # ifcapable fts3 { |
︙ |