summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/src/cursor/cur_log.c
diff options
context:
space:
mode:
authorLuke Chen <luke.chen@mongodb.com>2021-10-05 15:11:58 +1100
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-10-05 04:40:31 +0000
commit434b3b99b0cd5db494d0f6d38bd2ff76f7e4f0b8 (patch)
tree926582772527df4eff0666f1bc7cad3a672456e2 /src/third_party/wiredtiger/src/cursor/cur_log.c
parent97b2d24bef8dea8f6d9e069be6b810c9c0a9b5af (diff)
downloadmongo-434b3b99b0cd5db494d0f6d38bd2ff76f7e4f0b8.tar.gz
Import wiredtiger: 2b1f3d0eec137ceaab33071c1109507c5ebd0b0e from branch mongodb-master
ref: 2e1c641875..2b1f3d0eec for: 5.1.0 WT-7992 Provide API to return the last key in a table regardless of visibility
Diffstat (limited to 'src/third_party/wiredtiger/src/cursor/cur_log.c')
-rw-r--r--src/third_party/wiredtiger/src/cursor/cur_log.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/third_party/wiredtiger/src/cursor/cur_log.c b/src/third_party/wiredtiger/src/cursor/cur_log.c
index f40ef6b7d1a..281050785d4 100644
--- a/src/third_party/wiredtiger/src/cursor/cur_log.c
+++ b/src/third_party/wiredtiger/src/cursor/cur_log.c
@@ -340,6 +340,7 @@ __wt_curlog_open(WT_SESSION_IMPL *session, const char *uri, const char *cfg[], W
__wt_cursor_notsup, /* remove */
__wt_cursor_notsup, /* reserve */
__wt_cursor_reconfigure_notsup, /* reconfigure */
+ __wt_cursor_notsup, /* largest_key */
__wt_cursor_notsup, /* cache */
__wt_cursor_reopen_notsup, /* reopen */
__curlog_close); /* close */