-
Notifications
You must be signed in to change notification settings - Fork 820
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
Dezer of QueryRowsEvent. #124
Comments
@chenyun 0.5.1 released. |
@shyiko There is a new problem: If you use a very huge Insert which is larger than MaxPacketSize(16m), The RowsQueryEvent will be splitted into several Packet, so , the underline dezer logic should change a bit. |
@chenyun I think we're already doing it (https://github.com/shyiko/mysql-binlog-connector-java/blob/master/src/main/java/com/github/shyiko/mysql/binlog/BinaryLogClient.java#L731). Or am I missing something? |
@shyiko Great! I missed it. |
https://dev.mysql.com/doc/internals/en/rows-query-event.html
The length of RowsQueryEvent is not 1 byte coded, the length is ignored actually!
The body is EOF coded string .
The text was updated successfully, but these errors were encountered: