mariadb/storage/innobase/ibuf
Marko Mäkelä 2e267a4a35 MDEV-33588/MDEV-33325 after-merge fix
In the merge commit f9807aadef
there were some omissions or errors.

ibuf_remove_free_page(): Return an error if the free list is corrupted
when removing the change buffer on an upgrade. A special 11.0 version of
commit 263932d505 would have been useful.

buf_page_get_gen(): Correctly handle the case that a page was being
concurrently read into the buffer pool and found out to be corrupted.
This was part of commit a4cda66e2d
but had been discarded in the merge.

Because MariaDB Server 11.0 has reached its end of life as of
commit 466ae1cf81 this fix is being applied
to the 11.1 branch.
2024-05-20 11:02:25 +03:00
..
ibuf0ibuf.cc MDEV-33588/MDEV-33325 after-merge fix 2024-05-20 11:02:25 +03:00