summaryrefslogtreecommitdiff
path: root/src/btree
diff options
context:
space:
mode:
Diffstat (limited to 'src/btree')
-rw-r--r--src/btree/bt_debug.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/btree/bt_debug.c b/src/btree/bt_debug.c
index 7d4fd1c7436..5cf3ee32cbd 100644
--- a/src/btree/bt_debug.c
+++ b/src/btree/bt_debug.c
@@ -590,6 +590,10 @@ __debug_page_metadata(WT_DBG *ds, WT_PAGE *page)
__dmsg(ds, ", disk-mapped");
if (F_ISSET_ATOMIC(page, WT_PAGE_EVICT_LRU))
__dmsg(ds, ", evict-lru");
+ if (F_ISSET_ATOMIC(page, WT_PAGE_SCANNING))
+ __dmsg(ds, ", scanning");
+ if (F_ISSET_ATOMIC(page, WT_PAGE_SPLITTING))
+ __dmsg(ds, ", splitting");
if (mod != NULL)
switch (F_ISSET(mod, WT_PM_REC_MASK)) {