summaryrefslogtreecommitdiff
path: root/src/docs/tune-read-only.dox
diff options
context:
space:
mode:
authorKeith Bostic <keith@wiredtiger.com>2014-04-15 06:59:41 -0400
committerKeith Bostic <keith@wiredtiger.com>2014-04-15 06:59:41 -0400
commitd79c0f4182f5ec837ef59b8bc73fd483bca00f78 (patch)
tree1eeb60480b6fa467780d7dcc35d1a7a51dca47fe /src/docs/tune-read-only.dox
parentddc49e8511945d135e175fd9aac04fc39629b29c (diff)
downloadmongo-d79c0f4182f5ec837ef59b8bc73fd483bca00f78.tar.gz
Make it explicit that LSM cursors cannot read from checkpoints, at least
until we make that work properly.
Diffstat (limited to 'src/docs/tune-read-only.dox')
-rw-r--r--src/docs/tune-read-only.dox4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/docs/tune-read-only.dox b/src/docs/tune-read-only.dox
index 93adafcf955..051a3f8b66f 100644
--- a/src/docs/tune-read-only.dox
+++ b/src/docs/tune-read-only.dox
@@ -19,4 +19,8 @@ string "checkpoint" with the name "WiredTigerCheckpoint" to the
WT_SESSION::open_cursor method:
@snippet ex_all.c open the default checkpoint
+Reading from checkpoints is only supported on row- and column-store
+objects, LSM cursors cannot be opened with a non-empty \c "checkpoint"
+configuration.
+
*/