mariadb/storage/innobase/page
Marko Mäkelä 672cdcbb93 MDEV-30404: Inconsistent updates of PAGE_MAX_TRX_ID on ROW_FORMAT=COMPRESSED pages
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 56f6dab1d0 (MDEV-21174).
2023-01-26 14:47:52 +02:00
..
page0cur.cc MDEV-29471 Buffer overflow in page_cur_insert_rec_low() 2022-09-06 11:33:52 +03:00
page0page.cc MDEV-30404: Inconsistent updates of PAGE_MAX_TRX_ID on ROW_FORMAT=COMPRESSED pages 2023-01-26 14:47:52 +02:00
page0zip.cc Merge 10.4 into 10.5 2022-12-13 14:39:18 +02:00