]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Immediately purge entries from the column cache when the associated register
authordrh <drh@noemail.net>
Thu, 24 Dec 2009 16:00:28 +0000 (16:00 +0000)
committerdrh <drh@noemail.net>
Thu, 24 Dec 2009 16:00:28 +0000 (16:00 +0000)
commitb6da74ebd5140fac15bb007ce21e3b79b981f98e
tree469fc9a139de5d332f6b84302bd0b4ffad43ec4b
parent07096f68ae9f9de330350cafc6d11b37d8e328f7
Immediately purge entries from the column cache when the associated register
undergoes an affinity change.  Ticket [eb5548a849].  Enhance the
SQLITE_TESTCTRL_OPTIMIZATIONS setting of sqlite3_test_control so that it
can disable the column cache for testing purposes, in an effort to prevent
future problems of a similar nature to this one.

FossilOrigin-Name: ea4e57e1c1b6663ceb12872e31a8503f6c14e3d8
manifest
manifest.uuid
src/delete.c
src/expr.c
src/select.c
src/sqliteInt.h
src/where.c