Fix basic parameters
The ssl parameters were defined as strings even thought they were actually enums. The events parameter was also a string even though it was an enum. Also added the missing "all" value to the events enum. This fixes the regression of scripts not being launched on all events by default. Moved the definition of the default version string where it should be and removed the empty value check.
This commit is contained in:
@ -43,8 +43,6 @@
|
||||
|
||||
MXS_BEGIN_DECLS
|
||||
|
||||
#define GW_MYSQL_VERSION "5.5.5-10.2.12 " MAXSCALE_VERSION "-maxscale"
|
||||
|
||||
#define MYSQL_HEADER_LEN 4
|
||||
#define MYSQL_CHECKSUM_LEN 4
|
||||
#define MYSQL_EOF_PACKET_LEN 9
|
||||
|
||||
Reference in New Issue
Block a user