summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/src/lsm/lsm_cursor.c
diff options
context:
space:
mode:
authorEtienne Petrel <etienne.petrel@mongodb.com>2023-01-16 21:21:37 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2023-01-16 22:01:30 +0000
commitbee900479c804e95b1911b2d52649979339b337c (patch)
tree20175efc6fd652f929e90eb70eac28d1fca52a35 /src/third_party/wiredtiger/src/lsm/lsm_cursor.c
parent92ea08ca32da862891326ce503f7d2427a439361 (diff)
downloadmongo-bee900479c804e95b1911b2d52649979339b337c.tar.gz
Import wiredtiger: 5133661db11a85871a33305941cd185992aadf1b from branch mongodb-master
ref: dcf227fa94..5133661db1 for: 6.3.0-rc0 WT-9786 API improvements for cursor get key and get value
Diffstat (limited to 'src/third_party/wiredtiger/src/lsm/lsm_cursor.c')
-rw-r--r--src/third_party/wiredtiger/src/lsm/lsm_cursor.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/third_party/wiredtiger/src/lsm/lsm_cursor.c b/src/third_party/wiredtiger/src/lsm/lsm_cursor.c
index fcd42f67771..c64733669ce 100644
--- a/src/third_party/wiredtiger/src/lsm/lsm_cursor.c
+++ b/src/third_party/wiredtiger/src/lsm/lsm_cursor.c
@@ -1681,6 +1681,7 @@ __wt_clsm_open(WT_SESSION_IMPL *session, const char *uri, WT_CURSOR *owner, cons
WT_CONFIG_ITEM cval;
WT_CURSOR_STATIC_INIT(iface, __wt_cursor_get_key, /* get-key */
__wt_cursor_get_value, /* get-value */
+ __wt_cursor_get_raw_key_value, /* get-value */
__wt_cursor_set_key, /* set-key */
__wt_cursor_set_value, /* set-value */
__clsm_compare, /* compare */