Searched refs:bNoQuery (Results 1 – 3 of 3) sorted by relevance
5550 if( pIdx->bNoQuery==0 ){ in sqlite3KeyInfoOfIndex()5558 pIdx->bNoQuery = 1; in sqlite3KeyInfoOfIndex()
2631 unsigned bNoQuery:1; /* Do not use this index to optimize queries */ member
3501 if( pProbe->bNoQuery ) continue; in whereLoopAddBtree()