mirror of
https://github.com/MariaDB/server.git
synced 2025-01-30 18:41:56 +01:00
60bd353bdf
Windows does atomic writes, as long as they are aligned and multiple of sector size. this is documented in MSDN. Fix innodb.doublewrite test to always use doublewrite buffer, (even if atomic writes are autodetected)
7 lines
181 B
Text
7 lines
181 B
Text
[strict_crc32]
|
|
--innodb-checksum-algorithm=strict_crc32
|
|
--innodb-use-atomic-writes=0
|
|
|
|
[strict_full_crc32]
|
|
--innodb-checksum-algorithm=strict_full_crc32
|
|
--innodb-use-atomic-writes=0
|