-
Notifications
You must be signed in to change notification settings - Fork 72
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 mediumint value through binlog streamer wrongfully parsed #299
Comments
HemeraOne
added a commit
to HemeraOne/ghostferry
that referenced
this issue
Jul 12, 2021
HemeraOne
added a commit
to HemeraOne/ghostferry
that referenced
this issue
Jul 12, 2021
HemeraOne
added a commit
to HemeraOne/ghostferry
that referenced
this issue
Jul 12, 2021
There is an issue in the upstream library |
as quoted from the library maintainer in the issue:
Which is done for uInt8,uInt16,uInt32 and uInt64 but there is no native uint24 in go |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
so somehow the unsigned value which lies outside of the signed value gets wrongfully converted: 8592090 -> 4286782170
value parsed from binlog: -8185126
should be converted to int24 which seems to be not a thing in golang
The text was updated successfully, but these errors were encountered: