]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Changes to insure that lookaside memory allocations are never used to hold
authordrh <drh@noemail.net>
Tue, 24 Mar 2009 15:08:09 +0000 (15:08 +0000)
committerdrh <drh@noemail.net>
Tue, 24 Mar 2009 15:08:09 +0000 (15:08 +0000)
commitd9da78a2c89341d2507ff43c1732821c80ca1664
tree56a14f20c1d1acc86755290f55d943013f9d8e42
parent4be64691468e95abb6ddc33ea89333b4a63e2e08
Changes to insure that lookaside memory allocations are never used to hold
schema content.
Ticket #3743. (CVS 6377)

FossilOrigin-Name: ea74d8dc62f5784089aa8ef098e97c505a79b176
19 files changed:
manifest
manifest.uuid
src/alter.c
src/build.c
src/callback.c
src/expr.c
src/malloc.c
src/parse.y
src/prepare.c
src/select.c
src/sqliteInt.h
src/tclsqlite.c
src/tokenize.c
src/vdbeblob.c
src/vtab.c
test/alter.test
test/check.test
test/lookaside.test
test/mutex1.test