title pretty much says it all.
How should a single element gtid as in the case of <uuid>:1-5:11:13-42 be handled with mysql_common?
GnoInterval seems to expect them to always be a range of at least two, and simply using e.g. GnoInterval::new(11, 11) will result in a "Malformed GTID set encoding." error when sending the binlog request
title pretty much says it all.
How should a single element gtid as in the case of
<uuid>:1-5:11:13-42be handled with mysql_common?GnoIntervalseems to expect them to always be a range of at least two, and simply using e.g.GnoInterval::new(11, 11)will result in a "Malformed GTID set encoding." error when sending the binlog request