summaryrefslogtreecommitdiff
path: root/storage/innobase/include/buf0block_hint.h
diff options
context:
space:
mode:
Diffstat (limited to 'storage/innobase/include/buf0block_hint.h')
-rw-r--r--storage/innobase/include/buf0block_hint.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/innobase/include/buf0block_hint.h b/storage/innobase/include/buf0block_hint.h
index ee48e7ce6d2..d4fee7c1e99 100644
--- a/storage/innobase/include/buf0block_hint.h
+++ b/storage/innobase/include/buf0block_hint.h
@@ -56,7 +56,7 @@ public:
buf_block_t *block= m_block;
bool res= f(block);
if (block)
- buf_block_buf_fix_dec(block);
+ block->page.unfix();
return res;
}