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

format.  Replace dict_table_is_comp(index->table) with TRUE.
This commit is contained in:
marko 2008-08-27 06:23:59 +00:00
parent 3bfc4ef89f
commit 18700aa8cb

View file

@ -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;