Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.5.2
-
Component/s: batch
-
Labels:None
Description
see https://github.com/mariadb-corporation/mariadb-connector-nodejs/issues/137
Bulk batch might result in error "Incorrect arguments to mysqld_stmt_bulk_execute"
Issue is cause by growing internal buffer (16384, 131072, 1048576,16777219) for parameter length, not taking in account length encoded length.