[MDEV-4692] mysql.gtid_slave_pos accumulates values for a domain Created: 2013-06-21 Updated: 2016-03-21 Resolved: 2013-06-21 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | 10.0.4 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Elena Stepanova | Assignee: | Kristian Nielsen |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
After the fix for
As long as the slave is running, the values get rotated:
It's new, but doesn't seem too bad in itself, so if it helps to fix some other issues, so be it.
etc. It's possibly harmless if the slave makes sure it always uses the greatest value for a domain (as it probably does anyway), but with time the table might get cluttered, so if it's fixable, I think it's better to fix it bzr version-info
Test case:
|
| Comments |
| Comment by Kristian Nielsen [ 2013-06-21 ] | ||||
|
It is deliberate that there can be multiple entries (this is for parallel The correct way to select from the table is:
(one could make a view for this, but it's better to use @@gtid_slave_pos and But it is a bug that they accumulate on server restart, I'll fix it. | ||||
| Comment by Kristian Nielsen [ 2013-06-21 ] | ||||
|
Pushed to 10.0-base |