-
Notifications
You must be signed in to change notification settings - Fork 1k
Err: unsupport type 0 in binlog #398
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
Comments
oh, strange, I can't know the reason now. can you use mysqlbinlog to parse the binlog file? |
Yes, it parses fine locally with mysqlbinlog. |
so can you use go-mysqlbinlog to parse it? |
I haven't tried. I have only used the binlogstreamer to read the binlog. I'll give it a go. |
MariaDB server (10.1.48):
set global server_id=2;
reset master; go-mysqlbinlog output
Binlog info:
So this issue seems to be fixed. For the correct decoding of |
I've been trying to use your library for parsing a MariaDB 10.1.37 binlog and I keep getting the following error
The app crashes afterwards.
The text was updated successfully, but these errors were encountered: