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
BUG#20479565: STD::STRING GTID_SET::ENCODE() IS NOT SAFE ON WINDOWS
Method encode() of Gtid_set class was returning a local variable of type
std::string, although this was working OK on all Posix platforms, on
Windows memory was being corrupted what was causing method to fail.
To fix the above issue, method std::string Gtid_set::encode() was
removed.
0 commit comments