Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Danalyze.c1763 pIdx->pTable->tabFlags |= TF_HasStat4;
H A DsqliteInt.h2343 #define TF_HasStat4 0x00002000 /* STAT4 info available for this table */ macro
H A Dwhere.c3536 pNew->rRun = rSize + 16 - 2*((pTab->tabFlags & TF_HasStat4)!=0); in whereLoopAddBtree()