Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
MXS-1631: Update handshake version string
Updated handshake version string to 5.5.5-10.2.12. This will signal that
MaxScale is capable of behaving like a fully-fledged 10.2 server.
  • Loading branch information
markus456 committed Jan 29, 2018
1 parent e918810 commit ef5c8d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/maxscale/protocol/mysql.h
Expand Up @@ -43,7 +43,7 @@

MXS_BEGIN_DECLS

#define GW_MYSQL_VERSION "5.5.5-10.0.0 " MAXSCALE_VERSION "-maxscale"
#define GW_MYSQL_VERSION "5.5.5-10.2.12 " MAXSCALE_VERSION "-maxscale"
#define GW_MYSQL_LOOP_TIMEOUT 300000000
#define GW_MYSQL_READ 0
#define GW_MYSQL_WRITE 1
Expand Down

0 comments on commit ef5c8d3

Please sign in to comment.