Commit Graph

11 Commits

Author SHA1 Message Date
9acdd4e70c Fixed tests failing to build
The tests were not linking against the maxscale-common library.
2016-02-09 10:59:11 +02:00
fc6f49fe8a 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-02-01 15:43:05 +02:00
c37c919943 File restored
File restored
2015-08-25 19:02:27 +02:00
53319c3366 Added binlog test
Added binlog test
2015-08-25 18:58:43 +02:00
11fd6e24be Added test for CHANGE MASTER TO
Added test for CHANGE MASTER TO: syntax parsing and rule/constraints
checks
2015-08-25 16:27:37 +02:00
a96f2fe57b Fixed some typos and testing messages from CMake output. 2014-11-17 12:57:07 +02:00
7f7cb0a982 Switched from CPU time to real time in connection test. 2014-11-10 14:30:56 +02:00
c2c12d8b00 Added missing linker flags to connection test. 2014-11-10 13:48:03 +02:00
37fa9668a9 Added a check for MySQL client libraries for the connection tests and re-enabled the tests. 2014-11-10 09:06:23 +02:00
c62261710b Fixed wrong mysql libraries being used in the tests 2014-11-07 18:32:37 +02:00
b8d059336a Merge branch 'testconnect' into develop 2014-11-07 17:11:32 +02:00