summaryrefslogtreecommitdiff
path: root/innobase/include/fut0fut.ic
diff options
context:
space:
mode:
Diffstat (limited to 'innobase/include/fut0fut.ic')
-rw-r--r--innobase/include/fut0fut.ic2
1 files changed, 2 insertions, 0 deletions
diff --git a/innobase/include/fut0fut.ic b/innobase/include/fut0fut.ic
index 0f1aa9dd9ae..6a107786376 100644
--- a/innobase/include/fut0fut.ic
+++ b/innobase/include/fut0fut.ic
@@ -30,7 +30,9 @@ fut_get_ptr(
ptr = buf_page_get(space, addr.page, rw_latch, mtr) + addr.boffset;
+#ifdef UNIV_SYNC_DEBUG
buf_page_dbg_add_level(ptr, SYNC_NO_ORDER_CHECK);
+#endif /* UNIV_SYNC_DEBUG */
return(ptr);
}