[MDEV-5452] 10.0 does not build on openSUSE 13.1 Created: 2013-12-16 Updated: 2013-12-17 Resolved: 2013-12-17 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 10.0.6 |
| Fix Version/s: | 10.0.7 |
| Type: | Bug | Priority: | Major |
| Reporter: | Elena Stepanova | Assignee: | Sergei Golubchik |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | compile, upstream | ||
| Environment: |
openSUSE 13.1 (x86_64), gcc (SUSE Linux) 4.8.1 20130909 [gcc-4_8-branch revision 202388] |
||
| Issue Links: |
|
||||
| Description |
|
I presume it might be a problem for some other modern version, but I'm currently experiencing it on openSUSE 13.1
I found the bug http://bugs.mysql.com/bug.php?id=70047 which looks similar; but it's still in "verified" state, and MySQL 5.6 builds on the same openSUSE machine, so I'm not sure whether it's quite the same (or, maybe the bug just didn't get updated). In any case, it would be good to make sure that the fix is either coming with the next InnoDB merge, or with "5.6 bugfixes" merge, or separately as a patch. |
| Comments |
| Comment by Elena Stepanova [ 2013-12-17 ] |
|
The workaround patch was taken from the following revision in mysql-server/5.6 and pushed into 10.0 tree: ------------------------------------------------------------ Temporary fix. Disabling FALLOC_FL_PUNCH_HOLE for now ------------------------------------------------------------ Apparently, the MySQL bug remains open because there is a plan for a real fix. |