MDEV-17957 Make Innodb_checksum_algorithm stricter for strict_* values
Problem: Innodb_checksum_algorithm checks for all checksum algorithm to validate the page checksum even though the algorithm is specified as strict_crc32, strict_innodb, strict_none. Fix: Remove the checks for all checksum algorithm to validate the page checksum if the algo is specified as strict_* values.
Showing
Please register or sign in to comment