[MDEV-17853] Document that gtid_binlog_pos can lag behind gtid_current_pos after RESET MASTER Created: 2018-11-27 Updated: 2020-08-25 Resolved: 2018-11-27 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Documentation - Support, Replication |
| Fix Version/s: | N/A |
| Type: | Task | Priority: | Major |
| Reporter: | Geoff Montee (Inactive) | Assignee: | Kenneth Dyer (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | GTID | ||
| Issue Links: |
|
||||||||||||||||||||||||
| Description |
|
gtid_current_pos is the union of gtid_binlog_pos and gtid_slave_pos. RESET MASTER resets gtid_binlog_pos, but it does not reset gtid_slave_pos. This means that new GTIDs added to gtid_binlog_pos can actually lag behind the GTIDs in gtid_current_pos after RESET MASTER is executed if gtid_slave_pos is set and if it contains GTIDs in the same domains as the ones in gtid_binlog_pos. This should be added to the documentation. See |