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

Fix ROWS_QUERY event parsing long queries #117

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

DZunke
Copy link
Contributor

@DZunke DZunke commented May 6, 2024

The event is containing an integer value of the length of the query which can be longer then first expected. This is not working with extra long queries. The test i had added with #112 had only a short query were it worked well. Because of the dynamic length of the query to catch also those i now utilize the header length of the full binlog event to get the query.

Also i added a testcase for this with an extra long query.

Hope this fits you @krowinski ... thanks for your time!

@krowinski
Copy link
Owner

ok tx I will test later other version of mysql nad add to workflow tests as we got only mysql 5.7 😢

@cyppe
Copy link

cyppe commented Jun 7, 2024

I have this problem, so hope it's possible to merge this soon.

@DZunke
Copy link
Contributor Author

DZunke commented Jul 24, 2024

@krowinski can you give an update for the state of this PR? What does block you? Can i help somewhere?

@krowinski
Copy link
Owner

@DZunke I'm unable to run test in other mysqversions #121 probably tests are not connecting to right db Im unable to find time to debug this.

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

Successfully merging this pull request may close these issues.

3 participants