Lines Matching refs:hasStat1
19168 unsigned hasStat1:1; /* aiRowLogEst values come from sqlite_stat1 */ member
121733 pIndex->hasStat1 = 1;
122061 pIdx->hasStat1 = 0;
122088 if( !pIdx->hasStat1 ) sqlite3DefaultRowEst(pIdx);
127545 assert( !pIdx->hasStat1 );
142013 pIdx->hasStat1);
143206 if( !pIdx->hasStat1 ){
165352 if( pIdx->hasStat1 && pIdx->aiRowLogEst[j+1]>20 ) return 0;
167732 if( pProbe->hasStat1 && rLogSize>=10 ){
167994 && pProbe->hasStat1!=0
171843 && (pIdx = pLoop->u.btree.pIndex)->hasStat1