# File lib/innodb/page.rb, line 393 def checksum_type case when checksum_crc32? :crc32 when checksum_innodb? :innodb end end