summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/src/btree/bt_debug.c
diff options
context:
space:
mode:
authorLuke Chen <luke.chen@mongodb.com>2019-10-09 16:07:42 +1100
committerLuke Chen <luke.chen@mongodb.com>2019-10-09 16:07:42 +1100
commit5e9b683bee02abb30c4f710392c809feb25d14c6 (patch)
treea2b4ad73b07c51e273a9c8d2492633023e359c8a /src/third_party/wiredtiger/src/btree/bt_debug.c
parentb5ff43f92c0e562121477e8253a56b2d83825571 (diff)
downloadmongo-5e9b683bee02abb30c4f710392c809feb25d14c6.tar.gz
Import wiredtiger: 3af8f2dc2c6028b3c18caa6be430d14c4da93c30 from branch mongodb-3.4
ref: 1d7a748f9f..3af8f2dc2c for: 3.4.24 WT-4956 Handle the case where 4 billion updates are made to a page without eviction
Diffstat (limited to 'src/third_party/wiredtiger/src/btree/bt_debug.c')
-rw-r--r--src/third_party/wiredtiger/src/btree/bt_debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/third_party/wiredtiger/src/btree/bt_debug.c b/src/third_party/wiredtiger/src/btree/bt_debug.c
index fdc33b608ec..6512dcd5d72 100644
--- a/src/third_party/wiredtiger/src/btree/bt_debug.c
+++ b/src/third_party/wiredtiger/src/btree/bt_debug.c
@@ -722,7 +722,7 @@ __debug_page_metadata(WT_DBG *ds, WT_REF *ref)
}
if (mod != NULL)
WT_RET(
- ds->f(ds, ", write generation=%" PRIu32, mod->write_gen));
+ ds->f(ds, ", page-state=%" PRIu32, mod->page_state));
WT_RET(ds->f(ds, "\n"));
return (0);