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