Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 5.5.32
-
Fix Version/s: 5.5.33
-
Component/s: None
-
Labels:None
Description
FusionIO has detected problems on migrating from 5.5.31 to 5.5.32 because of in .31 os_file_set_atomic_writes() will return ret from the ioctl() which is 0 for success. In .32, TRUE (1) is returned on success, which is then treated as an error and mysql refuses to start up.