Home
last modified time | relevance | path

Searched refs:hasStat1 (Results 1 – 6 of 6) sorted by relevance

/sqlite-3.40.0/test/
H A Dautoanalyze1.test44 -- Verify that the hasStat1 flag is clear on on indexes
/sqlite-3.40.0/src/
H A Danalyze.c1576 pIndex->hasStat1 = 1;
1886 pIdx->hasStat1 = 0;
1913 if( !pIdx->hasStat1 ) sqlite3DefaultRowEst(pIdx);
H A Dpragma.c1315 pIdx->hasStat1); in sqlite3Pragma()
2360 if( !pIdx->hasStat1 ){ in sqlite3Pragma()
H A Dwhere.c2910 if( pProbe->hasStat1 && rLogSize>=10 ){ in whereLoopAddBtreeIndex()
3150 && pProbe->hasStat1!=0 in whereLoopAddBtreeIndex()
6292 && (pIdx = pLoop->u.btree.pIndex)->hasStat1 in sqlite3WhereEnd()
H A DsqliteInt.h2630 unsigned hasStat1:1; /* aiRowLogEst values come from sqlite_stat1 */ member
H A Dbuild.c4522 assert( !pIdx->hasStat1 ); in sqlite3DefaultRowEst()