summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/src/include/session.h
diff options
context:
space:
mode:
authorLuke Chen <luke.chen@mongodb.com>2021-11-26 15:40:14 +1100
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-11-26 05:08:17 +0000
commit181166744c3dffa6397fc550ac3b92ad193c64b0 (patch)
treee4864d40d0a0abff2722cedde71fddc3bbd3b989 /src/third_party/wiredtiger/src/include/session.h
parent91814839d893120dd7805bf61817995dc0f3d30f (diff)
downloadmongo-181166744c3dffa6397fc550ac3b92ad193c64b0.tar.gz
Import wiredtiger: 58eee8946858bef8b6e75e91a2eef85ddbea9453 from branch mongodb-master
ref: 46a092a18d..58eee89468 for: 5.2.0 WT-8074 Panic in reconciliation if inserting content into the history fails
Diffstat (limited to 'src/third_party/wiredtiger/src/include/session.h')
-rw-r--r--src/third_party/wiredtiger/src/include/session.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/third_party/wiredtiger/src/include/session.h b/src/third_party/wiredtiger/src/include/session.h
index 5273e1234b4..deb9411304b 100644
--- a/src/third_party/wiredtiger/src/include/session.h
+++ b/src/third_party/wiredtiger/src/include/session.h
@@ -181,7 +181,7 @@ struct __wt_session_impl {
size_t op_handle_allocated; /* Bytes allocated */
void *reconcile; /* Reconciliation support */
- int (*reconcile_cleanup)(WT_SESSION_IMPL *);
+ void (*reconcile_cleanup)(WT_SESSION_IMPL *);
/* Salvage support. */
void *salvage_track;