fix: fix wrong length number write to packet#3177
fix: fix wrong length number write to packet#3177remones wants to merge 2 commits intosidorares:masterfrom
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #3177 +/- ##
=======================================
Coverage 88.97% 88.97%
=======================================
Files 86 86
Lines 13527 13526 -1
Branches 1564 1564
=======================================
Hits 12035 12035
+ Misses 1492 1491 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Hi, @remones 🙋🏻♂️ Could you provide some context? |
@wellwelwel I'm so sorry, I will provide the test code later. Please let me explain the issue first: I have a node.js service uses mysql2 to access a MySQL proxy service. When attempting to write a 32MB TEXT field, it raises some errors. we found the reason is that the field length in the MySQL protocol packet read by the proxy far exceeds 32MB. I believe the issue is caused by JavaScript bitwise operations not supporting numbers larger than 32 bits. |
No description provided.