Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c19808 unsigned hasStat1:1; /* aiRowLogEst values come from sqlite_stat1 */ member
125046 pIndex->hasStat1 = 1;
125374 pIdx->hasStat1 = 0;
125401 if( !pIdx->hasStat1 ) sqlite3DefaultRowEst(pIdx);
130885 assert( !pIdx->hasStat1 );
145929 pIdx->hasStat1);
147136 if( !pIdx->hasStat1 ){
169474 if( pIdx->hasStat1 && pIdx->aiRowLogEst[j+1]>20 ) return 0;
171954 if( pProbe->hasStat1 && rLogSize>=10 ){
172217 && pProbe->hasStat1!=0
[all …]