diff --git a/page/page0zip.c b/page/page0zip.c
index 75c60a25b7b960e8ebaecb2050c149993c77609d..5aab7a693c7343f75daea80fab79db15a9cb7c44 100644
--- a/page/page0zip.c
+++ b/page/page0zip.c
@@ -4263,7 +4263,7 @@ page_zip_reorganize(
 	/* Recreate the page: note that global data on page (possible
 	segment headers, next page-field, etc.) is preserved intact */
 
-	page_create(block, mtr, dict_table_is_comp(index->table));
+	page_create(block, mtr, TRUE);
 	block->check_index_page_at_flush = TRUE;
 
 	/* Copy the records from the temporary space to the recreated page;