fix for missing crc check in blr_slave_fake_rotate()

fix for missing crc check in blr_slave_fake_rotate()

fix for missing @@version_comment in order to allow mysql client get in
This commit is contained in:
MassimilianoPinto
2015-06-22 18:21:43 +02:00
parent 5bc07c5100
commit 2816d87013
2 changed files with 26 additions and 12 deletions

View File

@ -73,6 +73,9 @@
#define BLR_MASTER_BACKOFF_TIME 10
#define BLR_MAX_BACKOFF 60
/* max size for error message returned to client */
#define BINLOG_ERROR_MSG_LEN 255
/**
* Some useful macros for examining the MySQL Response packets
*/