]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Rewrite the aggregate handling logic so that it runs in O(1) space.
authordrh <drh@noemail.net>
Wed, 7 Sep 2005 21:22:45 +0000 (21:22 +0000)
committerdrh <drh@noemail.net>
Wed, 7 Sep 2005 21:22:45 +0000 (21:22 +0000)
commit13449892ef7b675175ab6f7f5a5ccfa576560127
treee9244fef91cfa528cf215f2b767ef0baf2b8098c
parent79158e1865f88d5511c5d5ba847e215b23df30e2
Rewrite the aggregate handling logic so that it runs in O(1) space.
This is the first cut at the code.  Many regression tests fail. (CVS 2662)

FossilOrigin-Name: 17039ec3ff4396862beedf4a8af89654b2140f58
14 files changed:
manifest
manifest.uuid
src/build.c
src/expr.c
src/main.c
src/parse.y
src/select.c
src/sqliteInt.h
src/vdbe.c
src/vdbe.h
src/vdbeInt.h
src/vdbeaux.c
src/vdbemem.c
test/misc4.test