[MDEV-4483] Slave loses traditional master coordinates immediately on CHANGE MASTER TO MASTER_USE_GTID = 1 Created: 2013-05-05 Updated: 2013-06-07 Resolved: 2013-06-07 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 10.0.2 |
| Fix Version/s: | 10.0.4 |
| Type: | Bug | Priority: | Major |
| Reporter: | Elena Stepanova | Assignee: | Kristian Nielsen |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
Possibly it currently works by design, and then it's more of a feature request than a bug report As soon as we execute CHANGE MASTER TO MASTER_USE_GTID = 1 on a slave which had some master position, the master coordinates get reset. Test case:
fails with
bzr version-info
|
| Comments |
| Comment by Elena Stepanova [ 2013-05-27 ] |
|
Still reproducible with the new implementation, on 10.0-base revno 3635, both with current_pos and slave_pos. |
| Comment by Kristian Nielsen [ 2013-06-07 ] |
|
Fix pushed to 10.0-base. |