Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
-
2017-27, 2017-28, 2017-29, 2017-30, 2017-31
Description
(1) Use GTID in handshake with MariaDB Master server
When
CHANGE MASTER TO master_host='<host-ip>', master_user='<usr>', master_password='<password>', master_use_gtid=slave_pos
is executed on MaxScale, request the master to send binlog starting from GTID corresponding to slave_pos; where slave_gtid_pos is the last
(2) Accept GTID in handshake from a MariaDB Slave. When Slave requests MaxScale to send binlog starting from slave_pos - start sending binlog record to the particular slave from the GTID corresponding to requested slave_pos
Attachments
Issue Links
- is part of
-
MXS-1155 Define a set of features for better integration of maxscale in external tools like replication-manager, arbitrator ....
- Closed