Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
Description
fallocate code is currently disabled in InnoDB in 10.0, because it triggers an assert. This needs to be fixed.
fallocate code is currently disabled in InnoDB in 10.0, because it triggers an assert. This needs to be fixed.
now it's disabled in 10.0-base (or 5.5?) but incorrectly.
in 10.0 it's an assert - the feature is surely broken and needs to be disabled unconditionally until fixed.
but in 5.5/10.0-base it only fails with O_DIRECT on old kernels. which means in other configurations it works. So it should not be disabled in the code, but only turned off by default (until fixed), so that users could enable it where appropriate.