[MDEV-3826] compilation of client programs fail: m_string.h tries to include <mysql/plugin.h> Created: 2012-10-30 Updated: 2012-11-19 Resolved: 2012-11-19 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 5.5.28 |
| Fix Version/s: | 5.5.28a |
| Type: | Bug | Priority: | Major |
| Reporter: | Georg Richter | Assignee: | Sergei Golubchik |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Linux x64 |
||
| Description |
|
Looks like commit revno 3363 for bug lp:886550 broke builds for clients. How to repeat: 1) Grab a fresh bzr 5.5 tree /usr/local/mariadb-5.5/bin/mysql_config --include When trying to compile a client (in this case myodbc5) it fails with an error in m_string.c (204): #include <mysql/plugin.h>. The include/mysql/mysql subdirectory does not exist anymore |
| Comments |
| Comment by Sergei Golubchik [ 2012-11-19 ] |
|
push in 5.5-serg |