Searched refs:hasStat1 (Results 1 – 6 of 6) sorted by relevance
44 -- Verify that the hasStat1 flag is clear on on indexes
1576 pIndex->hasStat1 = 1;1886 pIdx->hasStat1 = 0;1913 if( !pIdx->hasStat1 ) sqlite3DefaultRowEst(pIdx);
1315 pIdx->hasStat1); in sqlite3Pragma()2360 if( !pIdx->hasStat1 ){ in sqlite3Pragma()
2910 if( pProbe->hasStat1 && rLogSize>=10 ){ in whereLoopAddBtreeIndex()3150 && pProbe->hasStat1!=0 in whereLoopAddBtreeIndex()6292 && (pIdx = pLoop->u.btree.pIndex)->hasStat1 in sqlite3WhereEnd()
2630 unsigned hasStat1:1; /* aiRowLogEst values come from sqlite_stat1 */ member
4522 assert( !pIdx->hasStat1 ); in sqlite3DefaultRowEst()