Home
last modified time | relevance | path

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

/PHP-7.1/ext/sqlite3/libsqlite/
H A Dsqlite3.c17177 unsigned hasStat1:1; /* aiRowLogEst values come from sqlite_stat1 */ member
105558 pIndex->hasStat1 = 1;
105879 pIdx->hasStat1 = 0;
105904 if( !pIdx->hasStat1 ) sqlite3DefaultRowEst(pIdx);
110499 assert( !pIdx->hasStat1 );
122334 pIdx->hasStat1);
123194 if( !pIdx->hasStat1 ){
142556 if( pProbe->hasStat1 ){
145196 && (pIdx = pLoop->u.btree.pIndex)->hasStat1

Completed in 494 milliseconds