]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Only allow :memory: databases to share cache if there are created using a
authordrh <drh@noemail.net>
Sat, 26 May 2012 20:08:49 +0000 (20:08 +0000)
committerdrh <drh@noemail.net>
Sat, 26 May 2012 20:08:49 +0000 (20:08 +0000)
commit4ab9d254e066247855b8907d001b9994aa072f1f
tree59b4947040e082e9d293032c7fcca3865e70f31c
parentafc8b7f0c14ba5acd6d08245e32d1a39fe96a185
Only allow :memory: databases to share cache if there are created using a
URI filename.  This minimizes the risk of breakages in legacy applications
that have shared-cache enabled but also use :memory: databases which they
expect to keep separate.

FossilOrigin-Name: e3ad61e0308a8442c2bdb7cdb3465576cd39ed4a
manifest
manifest.uuid
src/btree.c
src/main.c
src/pager.c
test/shared.test