Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
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.