Merge branch '1.2.1-binlog_router_trx' into develop

This commit is contained in:
MassimilianoPinto
2015-11-04 16:42:30 +01:00
3 changed files with 52 additions and 12 deletions

View File

@ -180,6 +180,10 @@
/* string len for master registration query */
#define BLRM_MASTER_REGITRATION_QUERY_LEN 255
/* Read Binlog position states */
#define SLAVE_POS_READ_OK 0x0
#define SLAVE_POS_READ_ERR 0xff
#define SLAVE_POS_READ_UNSAFE 0xfe
/**
* Some useful macros for examining the MySQL Response packets
*/