Lines Matching defs:mBest
160559 Bitmask mBest; /* Tables used by best possible plan */160596 ** that does not require any source tables (IOW: a plan with mBest==0)160600 if( rc==SQLITE_OK && ((mBest = (pNew->prereq & ~mPrereq))!=0 || bIn) ){160634 if( mNext==mBest || mNext==mBestNoIn ) continue;