mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 02:51:44 +01:00
672cdcbb93
page_copy_rec_list_start(): Do not update the PAGE_MAX_TRX_ID
on the compressed copy of the page. The modification is supposed
to be logged as part of page_zip_compress() or page_zip_reorganize().
If the page cannot be compressed (due to running out of space),
then page_zip_decompress() must be able to roll back the changes.
This fixes a regression that was introduced in
commit
|
||
---|---|---|
.. | ||
page0cur.cc | ||
page0page.cc | ||
page0zip.cc |