mariadb/storage/innobase/buf
Marko Mäkelä 1c5b099a96 MDEV-27876: SUX_LOCK_GENERIC build fails after MDEV-27774
The rw_lock_t wrapper does not define any
is_locked() or is_write_locked() predicate.
Therefore, we must add #ifndef SUX_LOCK_GENERIC
before each debug assertion that asserts that
log_sys.latch is being held by some thread
(as an approximation for asserting that
it is being held by the current thread).
2022-02-17 20:06:33 +02:00
..
buf0block_hint.cc MDEV-27058: Reduce the size of buf_block_t and buf_page_t 2021-11-18 17:47:19 +02:00
buf0buddy.cc MDEV-27058: Reduce the size of buf_block_t and buf_page_t 2021-11-18 17:47:19 +02:00
buf0buf.cc Merge branch '10.7' into 10.8 2022-02-04 14:50:25 +01:00
buf0checksum.cc Cleanup: Replace ut_crc32c(x,y) with my_crc32c(0,x,y) 2022-01-21 16:13:04 +02:00
buf0dblwr.cc MDEV-14425 Improve the redo log for concurrency 2022-01-21 16:03:47 +02:00
buf0dump.cc MDEV-27158: humanize the bytes in innodb info/error messages 2022-01-18 14:20:59 +02:00
buf0flu.cc MDEV-27876: SUX_LOCK_GENERIC build fails after MDEV-27774 2022-02-17 20:06:33 +02:00
buf0lru.cc MDEV-14425 Improve the redo log for concurrency 2022-01-21 16:03:47 +02:00
buf0rea.cc Merge 10.6 into 10.7 2021-11-19 17:45:52 +02:00