Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 10.2.5
-
Fix Version/s: 10.2.7
-
Component/s: Prepared Statements
-
Labels:None
-
Environment:Linux Debian 8.6
-
Sprint:10.2.7-1
Description
When binding LOBs with MYSQL_TYPE_VAR_STRING or MYSQL_TYPE_LONG_BLOB and providing data with mysql_stmt_send_long_data(), we get the following error:
-1210: Incorrect arguments to mysqld_stmt_execute
|
The same C code works find with Oracle MySQL client.