summaryrefslogtreecommitdiff
path: root/mysql-test/include/innodb_checksum_algorithm.combinations
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/include/innodb_checksum_algorithm.combinations')
-rw-r--r--mysql-test/include/innodb_checksum_algorithm.combinations11
1 files changed, 11 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 00000000000..fd237e1190a
--- /dev/null
+++ b/mysql-test/include/innodb_checksum_algorithm.combinations
@@ -0,0 +1,11 @@
+[crc32]
+--innodb-checksum-algorithm=crc32
+
+[strict_crc32]
+--innodb-checksum-algorithm=strict_crc32
+
+[full_crc32]
+--innodb-checksum-algorithm=full_crc32
+
+[strict_full_crc32]
+--innodb-checksum-algorithm=strict_full_crc32