Added missing 5.5.5- prefix to MaxScale MySQL version

The handshake was sending "MaxScale 1.3.0" as the server version which causes
some connectors to think that the version is not valid.
This commit is contained in:
Markus Makela 2016-02-18 17:47:11 +02:00
parent 52ae676fa4
commit c25ef2f72a

View File

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