Details
-
Bug
-
Status: Closed (View Workflow)
-
Blocker
-
Resolution: Fixed
-
N/A
Description
Tests fail on Windows with the last revision
Revision 662701e1abfcfcdcd9d1619be2621a5d419c5905
|
Comments
|
|
MDEV-6648: InnoDB: Add support for 4K sector size if supported
|
|
New generation hard drives, SSDs and NVM devices support 4K
|
sector size. Supported sector size can be found using fstatvfs()
|
or GetDiskFreeSpace() functions.
|
See for example http://buildbot.askmonty.org/buildbot/builders/win64-release2/builds/5771/steps/test/logs/stdio
It's enough to enable InnoDB plugin and run CREATE TABLE t1 (i INT) ENGINE=InnoDB.
Does not seem to happen with XtraDB.
Does not seem to happen on Linux.