Bug #68324 Provide an option to build with system cppconn
Submitted: 9 Feb 2013 9:21 Modified: 13 Jun 2013 5:47
Reporter: Remi Collet Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Workbench Severity:S4 (Feature request)
Version: OS:Linux (Fedora)
Assigned to: CPU Architecture:Any

[9 Feb 2013 9:21] Remi Collet
Description:
When mysql-connector-C++ is installed and available in the system, please provide an option to use the system version instead of the bundled copy.

Note in library/dbc/src/driver_manager.cpp there is a dynamic load of libmysqlcppconn.so which is not part of the system mysql-connector-c++ (but part of mysql-connector-c++-devel, per packaging Guildelines)

How to repeat:
N/A

Suggested fix:
Avoid using the g_module_open, especially because MW is already linked against mysql-connector-c++, so this don't make much sense.

Add a build option as for ctemplate.
[26 Mar 2013 14:20] Armando Lopez Valencia
Thanks a lot for your request.
[13 Jun 2013 5:47] Philip Olson
Fixed as of the upcoming MySQL Workbench 6.0.2 public beta release, and here's the changelog entry:

"Connector/C++" is no longer bundled with MySQL Workbench.

Thank you for the bug report.