Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
Description
Many (unless majority) of the tests that specify number master_use_gtid = current_pos do not really mean to test current_pos.
In the light of MDEV-20122 deprecation of the latter those tests need conversion to
master_use_gtid = default or just CHANGE-MASTER removal when its intent is
to switch from the file:pos protocol.
Attachments
Issue Links
- relates to
-
MDEV-20122 Deprecate MASTER_USE_GTID=Current_Pos to favor new MASTER_DEMOTE_TO_SLAVE option
-
- Closed
-
-
MDEV-30647 Remove Current_Pos from MASTER_USE_GTID options
-
- Closed
-
Hi bnestere, could you please look over the changes? For each test I looked at its history and tried to remain true to the original intent. Thanks!