Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dwhere.c4009 Bitmask mBest; /* Tables used by best possible plan */ in whereLoopAddVirtual() local
4050 if( rc==SQLITE_OK && ((mBest = (pNew->prereq & ~mPrereq))!=0 || bIn) ){ in whereLoopAddVirtual()
4084 if( mNext==mBest || mNext==mBestNoIn ) continue; in whereLoopAddVirtual()