Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c18696 unsigned bNoQuery:1; /* Do not use this index to optimize queries */ member
126188 if( pIdx->bNoQuery==0 ){
126196 pIdx->bNoQuery = 1;
164637 if( pProbe->bNoQuery ) continue;