mirror of
https://github.com/MariaDB/server.git
synced 2025-02-02 03:51:50 +01:00
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:
parent
3bfc4ef89f
commit
18700aa8cb
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue