Comment 14 for bug 1385030

Revision history for this message
Roel Van de Paar (roel11) wrote :

Thus, the following testcase also crashes.

DROP DATABASE test;CREATE DATABASE test;USE test;
SET GLOBAL innodb_checksum_algorithm=strict_crc32;
CREATE TABLE t (f INT) ENGINE=InnoDB;