[MDEV-9603] [PATCH] Build failure in Connect Created: 2016-02-21 Updated: 2016-03-19 Resolved: 2016-03-19 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - Connect |
| Affects Version/s: | 10.0.24 |
| Fix Version/s: | 10.0.25, 10.1.14 |
| Type: | Bug | Priority: | Major |
| Reporter: | Bernard Spil | Assignee: | Olivier Bertrand |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
FreeBSD 10.2 |
||
| Description |
|
Build failure in `storage/connect/tabmysql.cpp` This is a clang specific error where we're passing a string constant where a variable of type `PSZ` is expected Fix:
cast to type `PSZ` |
| Comments |
| Comment by Thong Kuah [ 2016-03-19 ] | ||||
|
This occurs on OSX too :
|