mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-29 08:01:23 +03:00
Updates to FTS4 to improve performance and make more accurate cost estimates for prefix terms.
FossilOrigin-Name: d0a450ce78e99f55c862f26f9332786660007a0a
This commit is contained in:
@ -268,6 +268,7 @@ static int fts3ExprLoadDoclists(
|
||||
}
|
||||
if( pnPhrase ) *pnPhrase = sCtx.nPhrase;
|
||||
if( pnToken ) *pnToken = sCtx.nToken;
|
||||
sqlite3Fts3SegmentsClose((Fts3Table *)pCsr->base.pVtab);
|
||||
return rc;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user