Commit 18700aa8 authored by marko's avatar marko

branches/zip: page_zip_reorganize(): Compressed pages are always in compact

format.  Replace dict_table_is_comp(index->table) with TRUE.
parent 3bfc4ef8
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment