[MXS-4700] Binlogrouter treats GTID sequences as 32-bit integers Created: 2023-08-04 Updated: 2023-08-08 Resolved: 2023-08-08 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | binlogrouter |
| Affects Version/s: | 2.5.27, 6.4.8, 22.08.7, 23.02.2 |
| Fix Version/s: | 2.5.28, 6.4.9, 22.08.8, 23.02.4 |
| Type: | Bug | Priority: | Trivial |
| Reporter: | markus makela | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
If the GTID sequences go past 4294967295 then the binlogrouter no longer correctly compares the values. This happens because the GTID sequence numbers were wrongly compared as 32-bit integers instead of 64-bit integers. |