[MDEV-4923] Incorrect merge on XtraDB os0file.c Created: 2013-08-19 Updated: 2013-08-21 Due: 2013-08-23 Resolved: 2013-08-20 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 5.5.32 |
| Fix Version/s: | 5.5.33 |
| Type: | Bug | Priority: | Major |
| Reporter: | Jan Lindström (Inactive) | Assignee: | Jan Lindström (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| 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. |
| Comments |
| Comment by Laurynas Biveinis [ 2013-08-21 ] |
|
Copied to Percona Server as https://bugs.launchpad.net/percona-server/+bug/1214735. In general we don't notice all the XtraDB bugs in the MariaDB bug tracker, thus please continue to give us heads-up on them. Thanks! |