Build compare using embedded library

For whatever reason compare fails to load qc_mysqlembedded if
it has not been built with the embedded library. Needs to be
sorted out at some point.
This commit is contained in:
Johan Wikman
2016-11-23 14:35:46 +02:00
parent 6d1265ade1
commit 35620f8dae
2 changed files with 39 additions and 20 deletions

View File

@ -20,6 +20,9 @@
#include <set>
#include <string>
#include <sstream>
#define MYSQL_COM_QUIT COM_QUIT
#define MYSQL_COM_INIT_DB COM_INIT_DB
#define MYSQL_COM_CHANGE_USER COM_CHANGE_USER
#include <maxscale/gwdirs.h>
#include <maxscale/log_manager.h>
#include <maxscale/protocol/mysql.h>