mariadb/storage/innobase/page
Thirunarayanan Balathandayuthapani 5f5e73f1fe 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.
2018-12-13 12:06:14 +02:00
..
page0cur.cc MDEV-13103 Assertion `flags & BUF_PAGE_PRINT_NO_CRASH' failed in buf_page_print 2017-09-06 14:01:15 +03:00
page0page.cc MDEV-17957 Make Innodb_checksum_algorithm stricter for strict_* values 2018-12-13 12:06:14 +02:00
page0zip.cc MDEV-17957 Make Innodb_checksum_algorithm stricter for strict_* values 2018-12-13 12:06:14 +02:00