mariadb/storage/xtradb/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 Merge branch '10.0' into 10.1 2015-09-03 12:58:41 +02: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 Merge branch '10.0' into 10.1 2018-10-30 15:10:01 +01: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 After-merge fix for commit d4df7bc9b1 2018-02-02 19:57:59 +02:00