Make define C++ compatible

C++11 requires a space between literal and string macro.
Does not change the content or layout of GW_MYSQL_VERSION.

RocksDB must be compiled with C++11.
This commit is contained in:
Johan Wikman
2016-08-25 22:44:31 +03:00
parent 82c14498e9
commit a601ad213e

View File

@ -63,7 +63,7 @@
#include <housekeeper.h>
#include <mysql.h>
#define GW_MYSQL_VERSION "5.5.5-10.0.0 "MAXSCALE_VERSION"-maxscale"
#define GW_MYSQL_VERSION "5.5.5-10.0.0 " MAXSCALE_VERSION "-maxscale"
#define GW_MYSQL_LOOP_TIMEOUT 300000000
#define GW_MYSQL_READ 0
#define GW_MYSQL_WRITE 1