Searched refs:VT02_NO_SORT_OPT (Results 1 – 1 of 1) sorted by relevance
194 #define VT02_NO_SORT_OPT 0x0002 /* Do not do any sorting optimizations */ macro837 if( pInfo->nOrderBy>0 && (flags & VT02_NO_SORT_OPT)==0 ){ in vt02BestIndex()