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:
parent
52ae676fa4
commit
c25ef2f72a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user