[MDEV-7496] P8 debug builds fail in mroonga Created: 2015-01-23 Updated: 2015-02-20 Resolved: 2015-02-20 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Tests |
| Affects Version/s: | 10.0 |
| Fix Version/s: | 10.0.17 |
| Type: | Bug | Priority: | Major |
| Reporter: | Elena Stepanova | Assignee: | Sergei Golubchik |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | buildbot, compile, tests | ||
| Issue Links: |
|
||||||||
| Description |
|
|
| Comments |
| Comment by Sergey Vojtovich [ 2015-01-23 ] |
|
This is not Power8 specific issue. We enabled -Werror for MYSQL_MAINRAINER_MODE. This is probably Ok for server code, but we have little control over third party plugins. Either we should remove MYSQL_MAINTAINER_MODE from P8 builds or probably not issue -Werror for plugins. |
| Comment by Sergei Golubchik [ 2015-02-20 ] |
|
I've disabled -Werror until plugins will be ready for it |