summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/src/include/wt_internal.h
diff options
context:
space:
mode:
authorLuke Chen <luke.chen@mongodb.com>2021-08-31 19:34:30 +1000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-08-31 09:57:18 +0000
commit8eb082d68d501311916e9d6beb68e36d8e6f4b73 (patch)
tree351c66b742e7a49de05bfa966d64eff67da02533 /src/third_party/wiredtiger/src/include/wt_internal.h
parentac3d43ab0667edaa32de234a44027baf78d6016d (diff)
downloadmongo-8eb082d68d501311916e9d6beb68e36d8e6f4b73.tar.gz
Import wiredtiger: 15fb9b825c516298498ee505d33586b8454bc098 from branch mongodb-master
ref: 39677527df..15fb9b825c for: 5.1.0 WT-7853 Only flag updates as "in the datastore" when the reconciliation succeeds or remove the flag if it fails.
Diffstat (limited to 'src/third_party/wiredtiger/src/include/wt_internal.h')
-rw-r--r--src/third_party/wiredtiger/src/include/wt_internal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/third_party/wiredtiger/src/include/wt_internal.h b/src/third_party/wiredtiger/src/include/wt_internal.h
index 4487554a7f3..ede241ebaae 100644
--- a/src/third_party/wiredtiger/src/include/wt_internal.h
+++ b/src/third_party/wiredtiger/src/include/wt_internal.h
@@ -345,6 +345,8 @@ struct __wt_txn_shared;
typedef struct __wt_txn_shared WT_TXN_SHARED;
struct __wt_update;
typedef struct __wt_update WT_UPDATE;
+struct __wt_update_cache;
+typedef struct __wt_update_cache WT_UPDATE_CACHE;
struct __wt_update_value;
typedef struct __wt_update_value WT_UPDATE_VALUE;
struct __wt_update_vector;