Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
10.0.10
Description
Currently, when we output lists of GTIDs (eg. @@gtid_slave_pos,
@@gtid_binlog_pos, @@gtid_current_pos, @@gtid_binlog_state), the order of the
GTIDS comes from whatever pseudo-random order results from the hash table
implementation.
This is non-user-friendly and non-deterministic. The output should instead be
sorted by domain_id.