Home
last modified time | relevance | path

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

/sqlite-3.40.0/test/
H A Dautoanalyze1.test19 # define TF_StatsUsed 0x0100
57 # Access using a unique index does not set the TF_StatsUsed flag.
116 # The TF_StatsUsed flag is reset when the database is reopened
/sqlite-3.40.0/src/
H A Dpragma.c2355 if( (pTab->tabFlags & TF_StatsUsed)==0 ) continue; in sqlite3Pragma()
H A Dwhere.c3629 pTab->tabFlags |= TF_StatsUsed; in whereLoopAddBtree()
5444 pTab->tabFlags |= TF_StatsUsed; in whereCheckIfBloomFilterIsUseful()
H A DsqliteInt.h2337 #define TF_StatsUsed 0x00000100 /* Query planner decisions affected by macro