mariadb/storage/innobase/page
Marko Mäkelä b3939a35aa MDEV-12720 recovery fails with "Generic error" for ROW_FORMAT=compressed
This bug was introduced in the fix of MDEV-12123, which invoked
page_zip_write_header() in the wrong way.

page_zip_write_header(): Assert that the length is not zero, to
be compatible with page_zip_parse_write_header().

btr_root_raise_and_insert(): Update the uncompressed page and then
invoke page_zip_write_header() with the correct length.
2017-05-09 11:41:35 +03:00
..
page0cur.cc Merge 10.1 into 10.2 2017-05-05 10:38:53 +03:00
page0page.cc Merge branch '10.1' into 10.2 2017-03-30 12:48:42 +02:00
page0zip.cc MDEV-12720 recovery fails with "Generic error" for ROW_FORMAT=compressed 2017-05-09 11:41:35 +03:00