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:
@ -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
|
||||
*/
|
||||
|
Reference in New Issue
Block a user