diff options
Diffstat (limited to 'src/docs/tune-read-only.dox')
-rw-r--r-- | src/docs/tune-read-only.dox | 4 |
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. + */ |