mariadb/storage/innobase/mtr
Marko Mäkelä ce0cb6a4f6 MDEV-24188 fixup: Correct the FindBlockX predicate
FindBlockX::operator(): Return false if an x-latched block is found.
Previously, we were incorrectly returning false if the block was in
the log, only if not x-latched.

It is unknown if this mistake had any visible impact. Often,
we would register both MTR_MEMO_BUF_FIX and MTR_MEMO_PAGE_X_FIX
for the same block.
2020-11-18 13:52:37 +02:00
..
mtr0log.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
mtr0mtr.cc MDEV-24188 fixup: Correct the FindBlockX predicate 2020-11-18 13:52:37 +02:00