-
Notifications
You must be signed in to change notification settings - Fork 987
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unsigned numeric types, do not work correctly during replication #768
Comments
Thanks for reporting, can you check the output of official mysqlbinlog? maybe it's a limitation of binlog protocol |
Thanks for the reply. Here is the mysqlbinlog output.
|
How did you solve this problem? |
The MySQL binary log does not contain sign information, this is why the output from
|
github.com/go-mysql-org/go-mysql v1.7.0
mysql version: 8.0.19-10
Values are corrupted
9323372036854775807 -> -9123372036854775809
2247483647 -> -2047483649
8888607 -> -7888609
33000 -> -32536
200 -> -56
The text was updated successfully, but these errors were encountered: