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

Overview
Comment:Fix lsm_checkpoint() and some lsm_info() calls to match documented behaviour.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 89e314d98b0f7e06ce3b5e779bed67cd32d91761
User & Date: dan 2013-02-05 18:32:16.505
Context
2013-02-06
11:58
Fix bug to do with block redirection. check-in: 7cc153f523 user: dan tags: trunk
2013-02-05
18:32
Fix lsm_checkpoint() and some lsm_info() calls to match documented behaviour. check-in: 89e314d98b user: dan tags: trunk
18:06
Fixes to lsm_work() to bring it into line with documentation: (a) third argument is a number of KB, not a number of db pages, and (b) passing -1 as the third argument means "do as much work as possible". check-in: 2f8966cd9c user: dan tags: trunk
Changes
Unified Diff Side-by-Side Diff Patch
Changes to lsm-test/lsmtest_tdb3.c.
Changes to src/lsm.h.
Changes to src/lsm_ckpt.c.
Changes to src/lsm_main.c.
Changes to src/lsm_shared.c.