summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/src/conn/conn_ckpt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/src/conn/conn_ckpt.c')
-rw-r--r--src/third_party/wiredtiger/src/conn/conn_ckpt.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/third_party/wiredtiger/src/conn/conn_ckpt.c b/src/third_party/wiredtiger/src/conn/conn_ckpt.c
index d968d4e4b2b..a47524af2d7 100644
--- a/src/third_party/wiredtiger/src/conn/conn_ckpt.c
+++ b/src/third_party/wiredtiger/src/conn/conn_ckpt.c
@@ -161,11 +161,8 @@ __ckpt_server_start(WT_CONNECTION_IMPL *conn)
*
* Checkpoint does enough I/O it may be called upon to perform slow
* operations for the block manager.
- *
- * The checkpoint thread reads the lookaside table for outdated records,
- * it gets its own cursor for that purpose.
*/
- session_flags = WT_SESSION_CAN_WAIT | WT_SESSION_LOOKASIDE_CURSOR;
+ session_flags = WT_SESSION_CAN_WAIT;
WT_RET(__wt_open_internal_session(conn,
"checkpoint-server", true, session_flags, &conn->ckpt_session));
session = conn->ckpt_session;