]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Move codec management from database connections into the pager so that it
authordrh <drh@noemail.net>
Thu, 18 Jun 2009 17:22:39 +0000 (17:22 +0000)
committerdrh <drh@noemail.net>
Thu, 18 Jun 2009 17:22:39 +0000 (17:22 +0000)
commitfa9601a9a6a8ddc35be690cfa2cb8fbd8c92fa31
treecf176971cc5a5345f352468fd463a8d456bb8c17
parentccf6d0934db46a2afef1e0ad507e237b4fc69ac5
Move codec management from database connections into the pager so that it
will work together with shared cache. (CVS 6782)

FossilOrigin-Name: ed08b53cd64c4ff2c94ef4e48441c5236041c9ca
manifest
manifest.uuid
src/btree.c
src/build.c
src/pager.c
src/pager.h
src/sqliteInt.h
src/test2.c