Home | History | Annotate | Download | only in dist

Lines Matching refs:nDepth

10918   int nDepth;          /* Depth of subquery recursion. 1 for no recursion */
78312 /* The pNC->nDepth==0 test causes aggregate functions in subqueries
78314 if( pNC->nDepth==0 ){
78359 if( pNC->nDepth==0 ){
78360 pNC->nDepth++;
78362 pNC->nDepth--;