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
we use replication protocol of go-mysql to sync binlog from mysql master. And we found if we use mysqlsh or mysql client with --quick option to run 'show slave hosts', the client will crash....After debug the client with gdb, we found that it's ok when use mysql_store_result, but it will crash when use mysql_use_result.
we have reported it to mysql https://bugs.mysql.com/bug.php?id=99857
we have used a temporary workaround like this FateTHarlaown@46d49e9
Maybe it's better to add a uuid when reigist as a slave to sync binlog?
The text was updated successfully, but these errors were encountered:
we use replication protocol of go-mysql to sync binlog from mysql master. And we found if we use mysqlsh or mysql client with --quick option to run 'show slave hosts', the client will crash....After debug the client with gdb, we found that it's ok when use
mysql_store_result
, but it will crash when usemysql_use_result
.we have reported it to mysql
https://bugs.mysql.com/bug.php?id=99857
we have used a temporary workaround like this
FateTHarlaown@46d49e9
Maybe it's better to add a uuid when reigist as a slave to sync binlog?
The text was updated successfully, but these errors were encountered: