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:
@ -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
|
||||
|
Reference in New Issue
Block a user