WL#5652: InnoDB: Use HW CRC32

Status: Complete

The overhead of existing checksum in InnoDB is too high, according to:
http://mysqlha.blogspot.com/2009/05/innodb-checksum-performance.html. Another
related article is http://dammit.lt/2008/05/29/on-checksums/

Facebook has already provided the new checksum code under BSD license that
includes hardware-based implementation if it is supported by the CPU.