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.
revision-id: 1d90a8304bf0983a91044ca451129552388b026d (mariadb-10.2.6-54-g1d90a8304bf)
parent(s): 0992be927e1c686c39c39fe53fc2a7869d55143d
committer: Oleksandr Byelkin
timestamp: 2017-06-22 09:52:02 +0200
message:
MDEV-12579: Incorrect arguments to mysqld_stmt_execute when using LOBsParameters can be MYSQL_TYPE_VARCHAR for long data load.
—