-
Nuno Carvalho authored
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.
Nuno Carvalho authoredMethod 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.
Loading