aboutsummaryrefslogtreecommitdiff
path: root/test/fts4growth.test
Commit message (Collapse)AuthorAge
* Enable DEFENSIVE mode by default for tests. This requires lots of case ofdrh2018-11-06
| | | | | | | 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. FossilOrigin-Name: a1d6c6712c3304fd736077432c8c180692cf7d79be7f3a073510b6dab0eb951f
* Update fts3/4 so that the 'merge=X,Y' command merges at least, instead of ↵dan2016-03-08
| | | | | exactly, Y segments from a single level. This matches the documentation. 'merge=X,0' is, as it was in 3.11, an error. FossilOrigin-Name: 64b3cb29159491cbfab7e01844b54408541ece5e
* From test scripts, remove stray "breakpoint" commands and blank linesdrh2016-02-05
| | | | | at the ends of files. FossilOrigin-Name: a6b35273239669189f33402144f58328b133d182
* Fix a bug causing an incorrect segment size value to be stored if both an ↵dan2014-05-16
| | | | | old and new FTS version performed work on the same incremental merge operation. FossilOrigin-Name: a9a2aeab298ba2ac0b8835e61406e2d83bf7e39b
* Fix various problems to do with segment promotion. Add test file ↵dan2014-05-14
| | | | | fts4growth2.test, containing tests to check that the FTS index does not grow indefinitely as the table is updated. FossilOrigin-Name: 21491a9bc686e63bec32f1a67103622f1160a2f9
* Fix a problem preventing delete markers from ever being removed from the FTS ↵dan2014-05-13
| | | | | index. FossilOrigin-Name: 7f47ae5c5ddb1227484ddae7c6960183932a052a
* Experimental code to prevent FTS indexes from growing indefinitely as the ↵dan2014-05-12
table is updated. FossilOrigin-Name: b3b505a4dd0c679437a4272109f1188175088cd1