Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 10.2.8
-
Fix Version/s: 10.2.9
-
Component/s: Packaging
-
Labels:None
Description
after MDEV-13370 server includes got installed under /usr/include/mysql/server. But some client packages need them, e.g. mysql-python needs my_config.h.
They shouldn't need them and mysql-python doesn't really use the included file, but some might use them and they need time to be fixed.
Possible solution, install headers, like
/usr/include/mysql/my_global.h |
#include "server/my_global.h"
|
#warning Clients should not include this file, it's a server header. Report a bug to project maintainers! |
Attachments
Issue Links
- is caused by
-
MDEV-13370 Ambiguous behaviour regarding installation of header files
-
- Closed
-
- links to