mariadb/storage/innobase/buf
Marko Mäkelä f0590db5c5 MDEV-33591 MONITOR_INC_VALUE_CUMULATIVE is executed regardless of "if" condition
MONITOR_INC_VALUE_CUMULATIVE is a multiline macro, so the second statement
will be executed always, regardless of "if" condition.

These problems first started with
commit b1ab211dee (MDEV-15053).

Thanks to Yury Chaikou from ServiceNow for the report.
2024-03-22 14:57:00 +02:00
..
buf0block_hint.cc Merge 10.4 into 10.5 2020-10-30 11:15:30 +02:00
buf0buddy.cc Merge 10.4 to 10.5 2020-10-22 17:08:49 +03:00
buf0buf.cc Work around missing MSAN instrumentation 2024-03-18 16:01:58 +02:00
buf0checksum.cc Merge 10.4 into 10.5 2019-05-23 10:32:21 +03:00
buf0dblwr.cc MDEV-32968 InnoDB fails to restore tablespace first page from doublewrite buffer when page is empty 2024-01-15 14:08:27 +05:30
buf0dump.cc MDEV-25417: Remove innodb buffer pool load throttling 2022-11-28 11:25:47 +02:00
buf0flu.cc MDEV-33591 MONITOR_INC_VALUE_CUMULATIVE is executed regardless of "if" condition 2024-03-22 14:57:00 +02:00
buf0lru.cc MDEV-26055: Improve adaptive flushing 2023-11-16 17:45:18 +02:00
buf0rea.cc MDEV-33332 SIGSEGV in buf_read_ahead_linear() when bpage is in buf_pool.watch 2024-02-13 14:10:44 +02:00