You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mymysql version: 1.5.4
i read the sourcecode, find next bug
and the column size is Length-Encoded Integer Type
It may have the following result :
i can get the correct result by simply modifying 251 to 255, But it affects the following logic. Hope it can be fixed, tks.
The text was updated successfully, but these errors were encountered:
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
mymysql version: 1.5.4
i read the sourcecode, find next bug
and the column size is Length-Encoded Integer Type
It may have the following result :
i can get the correct result by simply modifying 251 to 255, But it affects the following logic. Hope it can be fixed, tks.
The text was updated successfully, but these errors were encountered: