Skip to content
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

Missing characters #1

Open
drasch opened this issue Jun 4, 2016 · 4 comments
Open

Missing characters #1

drasch opened this issue Jun 4, 2016 · 4 comments

Comments

@drasch
Copy link

drasch commented Jun 4, 2016

In trying to use this library, we found it was truncating the values from the binlog and we didn't take the time to figure out why. Switched to using: https://github.com/siddontang/go-mysql instead.

@2tvenom
Copy link
Owner

2tvenom commented Jun 4, 2016

@drasch Hello. Can you give example of query where missing characters? Thank you

@drasch
Copy link
Author

drasch commented Jun 4, 2016

The last character of strings were truncated. This is fixed in some of
the forks of the repo, we found.
On Jun 4, 2016 03:39, "Pavel <Ven> Gulbin" [email protected]
wrote:

@drasch https://github.com/drasch Hello. Can you give example of query
where missing characters? Thank you


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
#1 (comment),
or mute the thread
https://github.com/notifications/unsubscribe/AANhpSLahWVTR-3pXYgA7TKsRIgLK6wPks5qISupgaJpZM4IuADm
.

@2tvenom
Copy link
Owner

2tvenom commented Jun 4, 2016

@drasch please make pull request

@zhouruisong
Copy link

zhouruisong commented Mar 3, 2017

@drasch About https://github.com/siddontang/go-mysql , if I use this library, can we dump this record detail if we insert a line?
@2tvenom there are some mistakes when I dump the values from the binlog, the type of uint8 is always wrong.

some log is as bellow:
BEGIN
Write t_live2odv2_kuwo
uint32 0 0 3 40
string 0 1 254 8e9addd82febf91d0fffead1760b5001
string 0 2 15
string 0 3 254
uint8 0 4 1 50 -----------this type is uint8 and the actual value is 0, but log always print 50, I do not know why

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants