Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c19829 unsigned hasStat1:1; /* aiRowLogEst values come from sqlite_stat1 */ member
125254 pIndex->hasStat1 = 1;
125582 pIdx->hasStat1 = 0;
125609 if( !pIdx->hasStat1 ) sqlite3DefaultRowEst(pIdx);
131093 assert( !pIdx->hasStat1 );
146150 pIdx->hasStat1);
147357 if( !pIdx->hasStat1 ){
169728 if( pIdx->hasStat1 && pIdx->aiRowLogEst[j+1]>20 ) return 0;
172209 if( pProbe->hasStat1 && rLogSize>=10 ){
172472 && pProbe->hasStat1!=0
[all …]