Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dbuild.c5550 if( pIdx->bNoQuery==0 ){ in sqlite3KeyInfoOfIndex()
5558 pIdx->bNoQuery = 1; in sqlite3KeyInfoOfIndex()
H A DsqliteInt.h2631 unsigned bNoQuery:1; /* Do not use this index to optimize queries */ member
H A Dwhere.c3501 if( pProbe->bNoQuery ) continue; in whereLoopAddBtree()