summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/src/include/reconcile.h
diff options
context:
space:
mode:
authorLuke Chen <luke.chen@mongodb.com>2019-09-20 16:23:41 -0400
committerLuke Chen <luke.chen@mongodb.com>2019-09-20 16:23:41 -0400
commit2b0786f46b63e6210c26fc510575cc4ad039700a (patch)
treecbe9b6277ce48c43b878b110ab4f124f33dcfafc /src/third_party/wiredtiger/src/include/reconcile.h
parent8f8fb6f1b84134e8a6ab33e13e840916af0a6280 (diff)
downloadmongo-2b0786f46b63e6210c26fc510575cc4ad039700a.tar.gz
Import wiredtiger: 75c84e785fa6a9928299f6501cd85f6de4294c52 from branch mongodb-4.0
ref: 543111d3d8..75c84e785f for: 4.0.13 WT-4956 Handle the case where 4 billion updates are made to a page without eviction WT-5074 Fix "make check" on exotic architectures
Diffstat (limited to 'src/third_party/wiredtiger/src/include/reconcile.h')
-rw-r--r--src/third_party/wiredtiger/src/include/reconcile.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/third_party/wiredtiger/src/include/reconcile.h b/src/third_party/wiredtiger/src/include/reconcile.h
index b44358e1e58..9917011b176 100644
--- a/src/third_party/wiredtiger/src/include/reconcile.h
+++ b/src/third_party/wiredtiger/src/include/reconcile.h
@@ -22,11 +22,6 @@ typedef struct {
uint32_t flags; /* Caller's configuration */
/*
- * Track start/stop write generation to decide if all changes to the page are written.
- */
- uint32_t orig_write_gen;
-
- /*
* Track start/stop checkpoint generations to decide if lookaside table records are correct.
*/
uint64_t orig_btree_checkpoint_gen;