MXS-1075: MariaDB 10 Slave registration with GTID

New SQL commands are handled for MariaDB 10 slave registration with GTID
This commit is contained in:
MassimilianoPinto
2017-03-06 08:56:26 +01:00
parent 1061344de9
commit 4e8bf1106b
5 changed files with 88 additions and 10 deletions

View File

@ -108,7 +108,7 @@ static int blr_get_master_semisync(GWBUF *buf);
static void blr_terminate_master_replication(ROUTER_INSTANCE *router, uint8_t* ptr, int len);
void blr_notify_all_slaves(ROUTER_INSTANCE *router);
extern bool blr_notify_waiting_slave(ROUTER_SLAVE *slave);
extern int blr_save_mariadb_gtid(ROUTER_INSTANCE *inst);
extern bool blr_save_mariadb_gtid(ROUTER_INSTANCE *inst);
static int keepalive = 1;