Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/sqlite3/
H A Dsqlite3.c18756 unsigned hasStat1:1; /* aiRowLogEst values come from sqlite_stat1 */ member
120098 pIndex->hasStat1 = 1;
120422 pIdx->hasStat1 = 0;
120449 if( !pIdx->hasStat1 ) sqlite3DefaultRowEst(pIdx);
125910 assert( !pIdx->hasStat1 );
140071 pIdx->hasStat1);
141263 if( !pIdx->hasStat1 ){
165236 if( pProbe->hasStat1 && rLogSize>=10 ){
165498 && pProbe->hasStat1!=0
169052 && (pIdx = pLoop->u.btree.pIndex)->hasStat1