Bug #99319 Stored Procedure calling via ODBC api SQLExecute results in error
Submitted: 21 Apr 2020 10:15 Modified: 19 Oct 2022 11:37
Reporter: Pravakar Panigrahi Email Updates:
Status: Won't fix Impact on me:
None 
Category:Connector / ODBC Severity:S2 (Serious)
Version:08.00.0012 OS:Any
Assigned to: CPU Architecture:Any
Tags: ODBC, storedprocedure

File: Maximum allowed size is 50MB.
Description:
Privacy:

If the data you need to attach is more than 50MB, you should create a compressed archive of the data, split it to 50MB chunks, and upload each of them as a separate attachment.

To split a large file:

[21 Apr 2020 10:16] Pravakar Panigrahi
ODBC trace for failure

Attachment: myodbc_mysqlsp1.trc (application/octet-stream, text), 15.57 KiB.

[22 Apr 2020 5:01] Pravakar Panigrahi
attached the standalone to repro the issue

Attachment: mysql_storedproc_standalone.cpp (text/plain), 4.87 KiB.