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