Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Add definitions for the extra locks required for read-only clients to detect whether or not a database is live.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | read-only-clients
Files: files | file ages | folders
SHA1: 69f33cfa1257123be4e88410fb707de460f9f9cc
User & Date: dan 2013-02-09 19:42:47.359
Context
2013-02-17
14:19
Merge trunk changes into this branch. check-in: 29390891c5 user: dan tags: read-only-clients
2013-02-09
19:42
Add definitions for the extra locks required for read-only clients to detect whether or not a database is live. check-in: 69f33cfa12 user: dan tags: read-only-clients
16:55
Have worker clients and writers that discard an old in-memory tree update a read-lock slot before concluding their work or write transaction. This is required for read-only clients - which cannot set the value of their own read-lock slot. check-in: 798d9e23be user: dan tags: trunk
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/lsmInt.h.
Changes to src/lsm_main.c.
Changes to src/lsm_shared.c.
Changes to src/lsm_unix.c.