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

it gets "unexpected or unknown result packet" when read row results with more than 250 fields #152

Open
joneechua opened this issue Jun 28, 2024 · 0 comments

Comments

@joneechua
Copy link

joneechua commented Jun 28, 2024

mymysql version: 1.5.4
i read the sourcecode, find next bug
image

and the column size is Length-Encoded Integer Type
image
It may have the following result :
image
i can get the correct result by simply modifying 251 to 255, But it affects the following logic. Hope it can be fixed, tks.

@joneechua joneechua changed the title it gets "unexpected or unknown result packet" when read row results with more than 251 fields it gets "unexpected or unknown result packet" when read row results with more than 250 fields Jun 28, 2024
joneechua pushed a commit to joneechua/mymysql that referenced this issue Jul 4, 2024
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

1 participant