blob: 039bfaef676b8d2af17d394bd51d01c1d7ec1abf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[crc32]
--innodb-checksum-algorithm=crc32
[strict_crc32]
--innodb-checksum-algorithm=strict_crc32
--innodb-flush-sync=OFF
[full_crc32]
--innodb-checksum-algorithm=full_crc32
[strict_full_crc32]
--innodb-checksum-algorithm=strict_full_crc32
--innodb-flush-sync=OFF
|