summaryrefslogtreecommitdiff
path: root/storage/innobase/include/fut0fut.ic
diff options
context:
space:
mode:
Diffstat (limited to 'storage/innobase/include/fut0fut.ic')
-rw-r--r--storage/innobase/include/fut0fut.ic2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/innobase/include/fut0fut.ic b/storage/innobase/include/fut0fut.ic
index bba84d0d80e..b5c1e15e059 100644
--- a/storage/innobase/include/fut0fut.ic
+++ b/storage/innobase/include/fut0fut.ic
@@ -48,7 +48,7 @@ fut_get_ptr(
buf_block_t* block;
byte* ptr = NULL;
- ut_ad(addr.boffset < UNIV_PAGE_SIZE);
+ ut_ad(addr.boffset < srv_page_size);
ut_ad((rw_latch == RW_S_LATCH)
|| (rw_latch == RW_X_LATCH)
|| (rw_latch == RW_SX_LATCH));