Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Have user interfaces report out the filename of in-memory databases as an empty string, as it always has. This simplifies the changes. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | shared-cache-memdb |
Files: | files | file ages | folders |
SHA1: |
595dfdbffefb2598cba89980f885289d |
User & Date: | drh 2012-05-27 01:19:04.951 |
Context
2012-05-27
| ||
22:42 | Merge into trunk the changes that permit :memory: databases to use shared cache. (check-in: e72179f3a4 user: drh tags: trunk) | |
01:19 | Have user interfaces report out the filename of in-memory databases as an empty string, as it always has. This simplifies the changes. (Closed-Leaf check-in: 595dfdbffe user: drh tags: shared-cache-memdb) | |
2012-05-26
| ||
20:08 | 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. (check-in: e3ad61e030 user: drh tags: shared-cache-memdb) | |
Changes
Changes to src/btree.c.
Changes to src/pager.c.
Changes to src/pager.h.
Changes to src/test_btree.c.
Changes to src/vdbe.c.
Changes to test/attach.test.