Home | History | Annotate | Download | only in amalgamation

Lines Matching defs:nDepth

10350   int nDepth;          /* Depth of subquery recursion. 1 for no recursion */
74347 /* The pNC->nDepth==0 test causes aggregate functions in subqueries
74349 if( pNC->nDepth==0 ){
74394 if( pNC->nDepth==0 ){
74395 pNC->nDepth++;
74397 pNC->nDepth--;