Home
last modified time | relevance | path

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

/src/contrib/sqlite3/
H A Dsqlite3.c19168 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
[all …]