Home | History | Annotate | Download | only in dist

Lines Matching refs:WHERE_ORDERBY_MIN

11607 #define WHERE_ORDERBY_MIN      0x0001 /* ORDER BY processing for min() func */
105034 ** If all of the above are true, then WHERE_ORDERBY_MIN or WHERE_ORDERBY_MAX
105053 eRet = WHERE_ORDERBY_MIN;
106710 pMinMax->a[0].sortOrder = flag!=WHERE_ORDERBY_MIN ?1:0;
106730 (flag==WHERE_ORDERBY_MIN?"min":"max")));
113733 || (wctrlFlags&(WHERE_ORDERBY_MIN|WHERE_ORDERBY_MAX));
114102 || (pWInfo->wctrlFlags&WHERE_ORDERBY_MIN)==0 );
114103 if( (pWInfo->wctrlFlags&WHERE_ORDERBY_MIN)!=0