Home
last modified time | relevance | path

Searched refs:mxHeight (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/src/
H A Dexpr.c711 int mxHeight = pParse->db->aLimit[SQLITE_LIMIT_EXPR_DEPTH]; in sqlite3ExprCheckHeight() local
712 if( nHeight>mxHeight ){ in sqlite3ExprCheckHeight()
714 "Expression tree is too large (maximum depth %d)", mxHeight in sqlite3ExprCheckHeight()