You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PS-10679 fix: cannot parse GTID set with multiple UUIDs if no space after a coma before start of next UUID (#102)
https://perconadev.atlassian.net/browse/PS-10679
Fixed an issue with "binsrv::gtids::gtid_set' parser not being able to accept GTIDs without
spaces between UUID groups.
'gtid_set_test' unit test (BOOST_TEST_MODULE GtidSetTests) extended with additional test
case 'GtidSetWhitespaces' that checks for
'binsrv::gtids::gtid_set' -> 'std::string' -> 'binsrv::gtids::gtid_set roundtrip' with removed
whitespaces.
0 commit comments