Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History for test/fts4opt.test
2018-11-07
| ||
02:17 | [0fd0cc8400] part of check-in [3212733cb6] Add the SQLITE_DEFAULT_DEFENSIVE compile-time option. Fix up test cases so that they work with DEFENSIVE enabled. (check-in: [3212733cb6] user: drh branch: read-only-shadow, size: 6084) | |
2018-11-06
| ||
19:26 | [f67e6a6da9] part of check-in [a1d6c6712c] Enable DEFENSIVE mode by default for tests. This requires lots of case of turning DEFENSIVE off in order to dodgy things to the database for testing purposes. No all of those cases are yet handled, so "make test" does not run to completion. (check-in: [a1d6c6712c] user: drh branch: read-only-shadow, size: 6120) | |
2016-03-09
| ||
18:17 | [fd6a11684b] part of check-in [79338b991b] Fix a problem in fts3/4 that was causing it to discard data cached in-memory if an 'optimize' command is run when there is no data on disk. The usual way this would happen is if the very first transaction that writes to the fts3/4 table also includes an 'optimize' command. (check-in: [79338b991b] user: dan branch: trunk, size: 6048) | |
2016-03-08
| ||
15:37 | [1901f69621] part of check-in [64b3cb2915] Update fts3/4 so that the 'merge=X,Y' command merges at least, instead of exactly, Y segments from a single level. This matches the documentation. 'merge=X,0' is, as it was in 3.11, an error. (check-in: [64b3cb2915] user: dan branch: trunk, size: 4729) | |
2016-03-07
| ||
20:14 | Added: [f15c84305c] part of check-in [cddf69dbc4] Update fts3/4 so that the 'merge=X,0' command merges X pages from all segments of the first level in the fts index that contains 2 or more segments. (check-in: [cddf69dbc4] user: dan branch: trunk, size: 4729) | |