[CONJS-273] Bulk insert error when last bunch of parameters is reaching max_allowed_packet Created: 2023-11-30 Updated: 2023-12-07 Resolved: 2023-12-07 |
|
| Status: | Closed |
| Project: | MariaDB Connector/node.js |
| Component/s: | batch |
| Affects Version/s: | None |
| Fix Version/s: | 3.2.3 |
| Type: | Bug | Priority: | Major |
| Reporter: | Diego Dupin | Assignee: | Diego Dupin |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
from https://github.com/mariadb-corporation/mariadb-connector-nodejs/issues/258 When executing batch with BULK INSERT, if the last packet is reaching max_allowed_packet, some error like "Cannot read properties of undefined (reading '0')" can occurs. |