summaryrefslogtreecommitdiff
path: root/storage/xtradb/include/fut0fut.ic
diff options
context:
space:
mode:
Diffstat (limited to 'storage/xtradb/include/fut0fut.ic')
-rw-r--r--storage/xtradb/include/fut0fut.ic5
1 files changed, 1 insertions, 4 deletions
diff --git a/storage/xtradb/include/fut0fut.ic b/storage/xtradb/include/fut0fut.ic
index 529f2a516d3..63e5736d99e 100644
--- a/storage/xtradb/include/fut0fut.ic
+++ b/storage/xtradb/include/fut0fut.ic
@@ -50,10 +50,7 @@ fut_get_ptr(
block = buf_page_get(space, zip_size, addr.page, rw_latch, mtr);
- if (srv_pass_corrupt_table && !block) {
- return(0);
- }
- ut_a(block);
+ SRV_CORRUPT_TABLE_CHECK(block, return(0););
ptr = buf_block_get_frame(block) + addr.boffset;