Details
-
Bug
-
Status: Closed (View Workflow)
-
Trivial
-
Resolution: Fixed
-
2.5.27, 6.4.8, 22.08.7, 23.02.2
-
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.