Searched refs:wctrlFlags (Results 1 – 2 of 2) sorted by relevance
142884 wctrlFlags = WHERE_OR_SUBCLAUSE | (pWInfo->wctrlFlags & WHERE_SEEK_TABLE);148578 }else if( wctrlFlags & WHERE_DISTINCTBY ){148731 if( wctrlFlags & WHERE_DISTINCTBY ){149525 && (wctrlFlags & WHERE_OR_SUBCLAUSE)==0 149544 wctrlFlags &= ~WHERE_WANT_DISTINCT;149585 pWInfo->wctrlFlags = wctrlFlags;149613 if( wctrlFlags & WHERE_WANT_DISTINCT ){149673 if( wctrlFlags & WHERE_WANT_DISTINCT ){149679 pWInfo->wctrlFlags |= WHERE_DISTINCTBY;149688 if( wctrlFlags & WHERE_USE_LIMIT ){[all …]
104101 if( wctrlFlags&(WHERE_ORDERBY_MIN|WHERE_ORDERBY_MAX) ){104102 testcase( wctrlFlags & WHERE_ORDERBY_MIN );104150 && (wctrlFlags & WHERE_FORCE_TABLE)==0;104392 if( (wctrlFlags&WHERE_ORDERBY_MIN)!=0104649 if( (wctrlFlags & WHERE_DUPLICATES_OK)==0 ){104668 if( (wctrlFlags & WHERE_DUPLICATES_OK)==0 ){104728 && (pWInfo->wctrlFlags & WHERE_ONETABLE_ONLY)!=0 );104959 pWInfo->wctrlFlags = wctrlFlags;105299 && (wctrlFlags & WHERE_OMIT_OPEN)==0 ){105344 notReady = codeOneLoopStart(pWInfo, i, wctrlFlags, notReady);[all …]