]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Changes to reduce the heap space consumed by triggers, views and tables in the in...
authordanielk1977 <danielk1977@noemail.net>
Thu, 19 Feb 2009 14:39:25 +0000 (14:39 +0000)
committerdanielk1977 <danielk1977@noemail.net>
Thu, 19 Feb 2009 14:39:25 +0000 (14:39 +0000)
commit6ab3a2ec8a7a21f8eb607679875e3193e6d16f4c
tree58e9ac88aa2cd60f02228baeda46b9c16eb6d5a9
parent076d4661a68f67dbabc421eab124fe5908ebbeee
Changes to reduce the heap space consumed by triggers, views and tables in the in-memory representation of the schema. Also to reduce the space used by prepared statements slightly. (CVS 6305)

FossilOrigin-Name: d9f6ffbc5ea090ba0daac571fc9a6c68b9c864e4
27 files changed:
manifest
manifest.uuid
src/analyze.c
src/attach.c
src/build.c
src/delete.c
src/expr.c
src/func.c
src/insert.c
src/mem2.c
src/parse.y
src/pragma.c
src/prepare.c
src/resolve.c
src/select.c
src/sqliteInt.h
src/trigger.c
src/update.c
src/vdbe.c
src/vdbe.h
src/vdbeInt.h
src/vdbeapi.c
src/vdbeaux.c
src/walker.c
src/where.c
test/default.test
test/tester.tcl