MXS-1466: Add support for new variables: @@log_bin, @@max_connections, @@gtid_strict_mode etc

MXS-1466: Add support for new variables: @log_bin, @@max_connections,
@@gtid_strict_mode etc
This commit is contained in:
MassimilianoPinto
2017-10-09 18:57:23 +02:00
parent df816ea2a9
commit 69cddb2695
2 changed files with 62 additions and 3 deletions

View File

@ -229,6 +229,9 @@ typedef enum
#define BLR_MASTER_CONNECT_RETRY "60"
#define BLR_MASTER_RETRY_COUNT "1000"
/* Default value for @@max_connections SQL var */
#define BLR_DEFAULT_MAX_CONNS 151
/* max size for error message returned to client */
#define BINLOG_ERROR_MSG_LEN 700