summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/src/session/session_api.c
diff options
context:
space:
mode:
authorAlison Felizzi <alison.felizzi@mongodb.com>2022-01-20 06:09:37 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-01-20 06:40:01 +0000
commit3782c8bc6482886f68226dfec1cb3cd8742bca3f (patch)
tree160b6b0adb987c7a8edd5f3a88c2b8ea69e89b3d /src/third_party/wiredtiger/src/session/session_api.c
parent642bf716d84facac62a36fe247bf60c7821a8d6e (diff)
downloadmongo-3782c8bc6482886f68226dfec1cb3cd8742bca3f.tar.gz
Import wiredtiger: 2db205e08f7cd87e1d2e74cfb4a895628f468e34 from branch mongodb-master
ref: 85f16d6331..2db205e08f for: 5.3.0 WT-5960 Documentation uses non-standard meaning of "log archiving"
Diffstat (limited to 'src/third_party/wiredtiger/src/session/session_api.c')
-rw-r--r--src/third_party/wiredtiger/src/session/session_api.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/third_party/wiredtiger/src/session/session_api.c b/src/third_party/wiredtiger/src/session/session_api.c
index c4849473513..db9ad023416 100644
--- a/src/third_party/wiredtiger/src/session/session_api.c
+++ b/src/third_party/wiredtiger/src/session/session_api.c
@@ -1464,8 +1464,7 @@ __session_truncate(
/*
* If the URI is specified, we don't need a start/stop, if start/stop is specified, we don't
- * need a URI. One exception is the log URI which may truncate (archive) log files for a backup
- * cursor.
+ * need a URI. One exception is the log URI which may remove log files for a backup cursor.
*
* If no URI is specified, and both cursors are specified, start/stop must reference the same
* object.