1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-29 08:01:23 +03:00

Avoid writing delete markers to the oldest segment in an FTS index.

FossilOrigin-Name: 1baeb1cee61d9c56c718b50af034a24f1018a322
This commit is contained in:
dan
2014-08-06 20:04:14 +00:00
parent 7b71fbaf93
commit d90aab8f94
6 changed files with 161 additions and 53 deletions

View File

@ -226,7 +226,7 @@ test_suite "fts5" -prefix "" -description {
All FTS5 tests.
} -files {
fts5aa.test fts5ab.test fts5ac.test fts5ad.test fts5ae.test fts5ea.test
fts5af.test fts5ag.test fts5ah.test fts5ai.test
fts5af.test fts5ag.test fts5ah.test fts5ai.test fts5aj.test
}
test_suite "nofaultsim" -prefix "" -description {