mariadb/storage/innobase/buf
Marko Mäkelä 955c7b3222 MDEV-16896 encryption.innodb-checksum-algorithm crashes
buf_page_is_corrupted(): Read the global variable srv_checksum_algorithm
only once in order to avoid a race condition when
SET GLOBAL innodb_checksum_algorithm=...;
is being executed concurrently with this function.
2019-02-03 17:09:20 +02:00
..
buf0buddy.cc Use a more precise argument for memset() 2018-07-30 10:39:42 +03:00
buf0buf.cc MDEV-16896 encryption.innodb-checksum-algorithm crashes 2019-02-03 17:09:20 +02:00
buf0checksum.cc MDEV-11939: innochecksum mistakes a file for an encrypted one (page 0 invalid) 2017-08-03 08:29:36 +03:00
buf0dblwr.cc Follow-up to MDEV-12112: corruption in encrypted table may be overlooked 2018-12-17 19:33:44 +02:00
buf0dump.cc MDEV-17003 service_manager_extend_timeout() being called too often 2018-08-21 12:33:40 +03:00
buf0flu.cc MDEV-14705: Follow-up fixes 2018-04-06 12:29:25 +03:00
buf0lru.cc Merge 10.0 into 10.1 2018-08-03 12:03:10 +03:00
buf0mtflu.cc MDEV-11707: Fix incorrect memset() for structures containing 2017-02-06 15:40:17 +02:00
buf0rea.cc MDEV-13432: Assertion failure in buf0rea.cc line 577 2017-08-17 07:19:12 +03:00