Searched refs:bSeenMatch (Results 1 – 1 of 1) sorted by relevance
561 int bSeenMatch = 0; in fts5BestIndexMethod() local603 bSeenMatch = 1; in fts5BestIndexMethod()653 if( iSort==(pConfig->nCol+1) && bSeenMatch ){ in fts5BestIndexMethod()668 pInfo->estimatedCost = bSeenMatch ? 100.0 : 10.0; in fts5BestIndexMethod()669 if( bSeenMatch==0 ) fts5SetUniqueFlag(pInfo); in fts5BestIndexMethod()671 pInfo->estimatedCost = bSeenMatch ? 500.0 : 250000.0; in fts5BestIndexMethod()673 pInfo->estimatedCost = bSeenMatch ? 750.0 : 750000.0; in fts5BestIndexMethod()675 pInfo->estimatedCost = bSeenMatch ? 1000.0 : 1000000.0; in fts5BestIndexMethod()