summaryrefslogtreecommitdiff
path: root/storage/xtradb/page/page0zip.c
diff options
context:
space:
mode:
Diffstat (limited to 'storage/xtradb/page/page0zip.c')
-rw-r--r--storage/xtradb/page/page0zip.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/storage/xtradb/page/page0zip.c b/storage/xtradb/page/page0zip.c
index 3d3605d6362..7482323c9b5 100644
--- a/storage/xtradb/page/page0zip.c
+++ b/storage/xtradb/page/page0zip.c
@@ -4743,7 +4743,6 @@ page_zip_parse_compress(
ulint size;
ulint trailer_size;
- ut_ad(ptr && end_ptr);
ut_ad(!page == !page_zip);
if (UNIV_UNLIKELY(ptr + (2 + 2) > end_ptr)) {