Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
Description
created after https://github.com/mariadb-corporation/mariadb-connector-nodejs/issues/274
When sending query with size bigger than 16M, buffer send in socket might sometime be reused. Node.js doesn't permit reusing of socket buffer. Query send is then wrong.