Issue 118594

Summary: IP clearance: Remove MySQL C++ connector
Product: Build Tools Reporter: Andre <awf.aoo>
Component: external prerequisitesAssignee: Andre <awf.aoo>
Status: CLOSED FIXED QA Contact:
Severity: Blocker    
Priority: P3 CC: hdu, issues, jsc
Version: 4.0.0-dev   
Target Milestone: ---   
Hardware: PC   
OS: All   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---
Issue Depends on:    
Issue Blocks: 118566    
Attachments:
Description Flags
Remove mysqlcppconn and references to it. none

Description Andre 2011-11-10 12:21:42 UTC
The MySQL C++ connector has GPL license which is incompatible with the Apache license.  Therefore the mysqlcppconn module, where the external library is built from mysql-connector-cpp.zip, has to be removed.
Comment 1 Andre 2011-11-14 08:12:53 UTC
Created attachment 77011 [details]
Remove mysqlcppconn and references to it.

Remove the mysqlcppconn module that provided a local build of the MySQL Connector/C++.
Comment 2 Andre 2011-11-14 08:21:59 UTC
The connector can still be built but the required libraries have to be supplied externally.
Use options
  --enable-mysql-connector
  --with-system-mysql 
  --with-libmysql-path
  --with-system-mysql-cppconn
for this.
Comment 3 jsc 2011-11-14 14:12:47 UTC
integrated, http://svn.apache.org/viewvc?rev=1201714&view=rev
Comment 4 Andre 2011-11-15 08:59:10 UTC
Fixed and integrated: setting status to RESOLVED.
Comment 5 hdu@apache.org 2012-01-30 13:36:15 UTC
Closing resolved issue.