summaryrefslogtreecommitdiff
path: root/storage/xtradb/page/page0zip.cc
diff options
context:
space:
mode:
Diffstat (limited to 'storage/xtradb/page/page0zip.cc')
-rw-r--r--storage/xtradb/page/page0zip.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/storage/xtradb/page/page0zip.cc b/storage/xtradb/page/page0zip.cc
index 04340c0f3d2..32e76fb44e6 100644
--- a/storage/xtradb/page/page0zip.cc
+++ b/storage/xtradb/page/page0zip.cc
@@ -4810,8 +4810,6 @@ page_zip_parse_compress(
ulint size;
ulint trailer_size;
- ut_ad(ptr != NULL);
- ut_ad(end_ptr != NULL);
ut_ad(!page == !page_zip);
if (UNIV_UNLIKELY(ptr + (2 + 2) > end_ptr)) {