summaryrefslogtreecommitdiff
path: root/storage/innobase/include/fut0fut.h
diff options
context:
space:
mode:
Diffstat (limited to 'storage/innobase/include/fut0fut.h')
-rw-r--r--storage/innobase/include/fut0fut.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/innobase/include/fut0fut.h b/storage/innobase/include/fut0fut.h
index 1ac670bbc70..79d0bc0da0c 100644
--- a/storage/innobase/include/fut0fut.h
+++ b/storage/innobase/include/fut0fut.h
@@ -61,7 +61,7 @@ fut_get_ptr(
rw_latch, nullptr, BUF_GET_POSSIBLY_FREED,
mtr);
if (!block) {
- } else if (block->page.status == buf_page_t::FREED) {
+ } else if (block->page.is_freed()) {
block = nullptr;
} else {
ptr = buf_block_get_frame(block) + addr.boffset;