mariadb/storage/innobase/buf
Marko Mäkelä d20a4da23d MDEV-32150 InnoDB reports corruption on 32-bit platforms with ibd files sizes > 4GB
buf_read_page_low(): Use 64-bit arithmetics when computing the
file byte offset. In other calls to fil_space_t::io() the offset
was being computed correctly, for example by
buf_page_t::physical_offset().
2023-09-12 15:16:31 +03: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 Merge 10.4 into 10.5 2022-12-13 14:39:18 +02:00
buf0checksum.cc Merge 10.4 into 10.5 2019-05-23 10:32:21 +03:00
buf0dblwr.cc MDEV-31124 Innodb_data_written miscounts doublewrites 2023-04-25 12:17:06 +03:00
buf0dump.cc MDEV-25417: Remove innodb buffer pool load throttling 2022-11-28 11:25:47 +02:00
buf0flu.cc MDEV-31253 Freed data pages are not always being scrubbed 2023-05-12 14:57:14 +03:00
buf0lru.cc Remove a stale comment 2023-08-21 13:28:12 +03:00
buf0rea.cc MDEV-32150 InnoDB reports corruption on 32-bit platforms with ibd files sizes > 4GB 2023-09-12 15:16:31 +03:00