diff options
Diffstat (limited to 'mysql-test/include/innodb_checksum_algorithm.combinations')
-rw-r--r-- | mysql-test/include/innodb_checksum_algorithm.combinations | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mysql-test/include/innodb_checksum_algorithm.combinations b/mysql-test/include/innodb_checksum_algorithm.combinations new file mode 100644 index 00000000..4bdd89ae --- /dev/null +++ b/mysql-test/include/innodb_checksum_algorithm.combinations @@ -0,0 +1,6 @@ +[strict_crc32] +--innodb-checksum-algorithm=strict_crc32 +--innodb-flush-sync=OFF + +[strict_full_crc32] +--innodb-checksum-algorithm=strict_full_crc32 |