Hi,
I'm trying to build MySQL-Workbench 5.2.30 (stick with this version for
now, because of mysql-connector-c++) against MySQL 5.5.8, which is now
the default version in fedora (rawhide).
Build failed because of library/sql-parser/source/my_global.h
- MYSQL_PLUGIN_IMPORT not defined
- bool declaration
I fix this issue taking some change from /usr/include/mysql/my_global.h
Se the attached patch, which fix the build.
But I must ask why this part of code don't use directly
/usr/include/mysql/my_global.h instead of a local one.
Please ignore this is if it's fixed in 5.2.31 or dev tree.
Regards
Remi.
Attachment: [text/x-patch] mysql-workbench-5.2.30-mysql55.patch
| Thread |
|---|
| • Build MW against MySQL 5.5.8 | Remi Collet | 29 Dec |