Searched refs:mxHeight (Results 1 – 2 of 2) sorted by relevance
938 int mxHeight; /* nLineLimit */ member3062 }while( bMore && ++nRow < p->mxHeight ); in qrfColumnar()3535 if( cnt>p->mxHeight ){ in qrfOneSimpleRow()3617 p->mxHeight = p->spec.nLineLimit; in qrfInitialize()3618 if( p->mxHeight<=0 ) p->mxHeight = 2147483647; in qrfInitialize()
113441 int mxHeight = pParse->db->aLimit[SQLITE_LIMIT_EXPR_DEPTH]; local113442 if( nHeight>mxHeight ){113444 "Expression tree is too large (maximum depth %d)", mxHeight