Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
3.0.0, 3.1.0, 3.3.0, 3.4.0, 3.3.2
-
None
Description
from https://github.com/mariadb-corporation/mariadb-connector-nodejs/issues/297
Bulk commands expects to be splitted if too big for a packet, to ensure not issuing max_allowed_packet error. Still there is a case when this can occurs : when writing a byte value when having fill the 16Mb buffer.