• Thirunarayanan Balathandayuthapani's avatar
    MDEV-19978 Page read from tablespace is corrupted · aba2b41e
    Thirunarayanan Balathandayuthapani authored
    Problem:
    =======
      Checksum fields can have value as zero. In that case, InnoDB falsely
    consider that page should be all zeroes. It leads to wrong detection of page
    corruption.
    
    Solution:
    ========
    	Remove the condition that checks if checksum fields are zero then
    page should be all zeroes.
    aba2b41e
buf0buf.cc 176 KB