Commit Graph

6 Commits

Author SHA1 Message Date
081bacdc64 Switched to MySQL client library headers for MaxScale
The include directories previously used by MaxScale were from the embedded
library. All parts of MaxScale apart from the query classifier now use
the client libraries.
2016-02-02 14:04:59 +02:00
7e36e1cbb1 Link against Connector-C.
Now, qc_mysqlembedded is linked against MySQL's embedded library,
and MaxScale itself against Connector-C.

So, in order to build MaxScale, Connector-C must be installed.
This has been tested with Connector-C 2.2.1.

The build variable MYSQLCLIENT_LIBRARIES is no longer used.
2016-01-29 16:50:31 +02:00
56b82acb1b Fixed CMake builds overwriting MaxScale.cnf when installing after tests were built. 2014-10-14 19:15:59 +03:00
48012cd571 Added more build options and README changes 2014-09-15 11:48:40 +03:00
19ca28d8bd added preliminary testing framework 2014-09-11 18:58:03 +03:00
b3ce971020 initial implementation of the CMake build system 2014-09-11 18:24:41 +03:00