Bug #92470 Error when executing PREPARED statement using procedure with binaries out param
Submitted: 17 Sep 2018 22:58 Modified: 31 Jan 2020 13:30
Reporter: Daniel Valdez Email Updates:
Status: Can't repeat Impact on me:
None 
Category:MySQL Server: DML Severity:S3 (Non-critical)
Version:8.0.13 OS:Any
Assigned to: CPU Architecture:Any

[17 Sep 2018 22:58] Daniel Valdez
Description:
Server sends "Error: 1210 SQLSTATE: HY000 (ER_WRONG_ARGUMENTS)" when trying to execute PREPARED statement for a PROCEDURE with 2 OUTPUT parameters, BINARY and VARBINARY data types. It is only failing with these types. 

This was working without any problem past versions.

How to repeat:
Create the statement procedure and then execute.