Added BLRM_MASTER_REGITRATION_QUERY_LEN constant

Added BLRM_MASTER_REGITRATION_QUERY_LEN constant
This commit is contained in:
MassimilianoPinto
2015-08-25 11:27:15 +02:00
parent 3fe0c074c5
commit 5153c16eac
2 changed files with 4 additions and 1 deletions

View File

@ -176,6 +176,9 @@
/* string len for temp binlog filename */
#define BLRM_SET_HEARTBEAT_QUERY_LEN 80
/* string len for master registration query */
#define BLRM_MASTER_REGITRATION_QUERY_LEN 255
/**
* Some useful macros for examining the MySQL Response packets
*/