summaryrefslogtreecommitdiff
path: root/src/cursor/cur_std.c
diff options
context:
space:
mode:
authorKeith Bostic <keith@wiredtiger.com>2012-06-19 12:55:55 +0000
committerKeith Bostic <keith@wiredtiger.com>2012-06-19 12:55:55 +0000
commit1964a22e5a96ca7e8b77e622da339710d169b01c (patch)
tree0a61cbb27e26a49d75094220247e134782a75cb0 /src/cursor/cur_std.c
parent64186d4ae9ad0a92aaa992c289fdeafb191cacd8 (diff)
downloadmongo-1964a22e5a96ca7e8b77e622da339710d169b01c.tar.gz
Push snapshot to checkpoint rename down through the rest of the system
(except for the transaction code).
Diffstat (limited to 'src/cursor/cur_std.c')
-rw-r--r--src/cursor/cur_std.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cursor/cur_std.c b/src/cursor/cur_std.c
index 293c95d6467..c6ec0e486a5 100644
--- a/src/cursor/cur_std.c
+++ b/src/cursor/cur_std.c
@@ -426,7 +426,7 @@ __wt_cursor_init(WT_CURSOR *cursor,
if (cval.val != 0)
F_SET(cursor, WT_CURSTD_RAW);
- /* Snapshot cursors are read-only. */
+ /* Checkpoint cursors are read-only. */
WT_RET(__wt_config_gets(session, cfg, "checkpoint", &cval));
if (cval.len != 0) {
cursor->insert = (int (*)(WT_CURSOR *))__wt_cursor_notsup;