Home
last modified time | relevance | path

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

/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c11758 tRowcnt *aiRowEst; /* Non-logarithmic stat1 data for this index */ member
89583 tRowcnt *aiRowEst = 0;
89589 if( pIndex->aiRowEst==0 ){
89591 if( pIndex->aiRowEst==0 ) pInfo->db->mallocFailed = 1;
89593 aiRowEst = pIndex->aiRowEst;
89663 if( !pIdx->aiRowEst || iCol>=pIdx->nKeyCol || pIdx->aiRowEst[iCol+1]==0 ){
89668 nRow = pIdx->aiRowEst[0];
89669 nDist100 = ((i64)100 * pIdx->aiRowEst[0]) / pIdx->aiRowEst[iCol+1];
89941 sqlite3_free(pIdx->aiRowEst);
89942 pIdx->aiRowEst = 0;
[all …]

Completed in 335 milliseconds