We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the document "https://dev.mysql.com/doc/internals/en/rows-event.html#packet-Binlog::RowsEventExtraData" the length of extra_data is calculated as [extra_data_len - 2], but in the rows_event.py is calculated as [extra_data_len / 8]。Why?
The text was updated successfully, but these errors were encountered:
no idea, but feel free to throw a PR to fix that :)
Sorry, something went wrong.
@lifani This issue was fixed in #355 and released in version 0.26.
No branches or pull requests
In the document "https://dev.mysql.com/doc/internals/en/rows-event.html#packet-Binlog::RowsEventExtraData" the length of extra_data is calculated as [extra_data_len - 2], but in the rows_event.py is calculated as [extra_data_len / 8]。Why?
The text was updated successfully, but these errors were encountered: