]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add the capability to track the maximum depth of the LALR(1) parser stack
authordrh <drh@noemail.net>
Fri, 25 Jul 2008 15:39:03 +0000 (15:39 +0000)
committerdrh <drh@noemail.net>
Fri, 25 Jul 2008 15:39:03 +0000 (15:39 +0000)
commitec424a5be6e650ad5cd7d051f7ea404fed606f86
treeb18f7553ea7753417b981a9a906f677fbd35388c
parent1bb14aca968f76b222fc3735cc161974c1d64cf6
Add the capability to track the maximum depth of the LALR(1) parser stack
so that critical applications can check to see if they are getting close
to limits. (CVS 5481)

FossilOrigin-Name: ef0250f3dc769a4acd534f31fa06d90922d4145b
manifest
manifest.uuid
src/sqlite.h.in
src/sqliteInt.h
src/status.c
src/test_config.c
src/test_malloc.c
src/tokenize.c
test/tester.tcl
tool/lempar.c