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: | |
Category: | Connector / ODBC | Severity: | S2 (Serious) |
Version: | 08.00.0012 | OS: | Any |
Assigned to: | CPU Architecture: | Any | |
Tags: | ODBC, storedprocedure |
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:
- On *nix platforms use the split command e.g.
split -b 50MB <my_large_archive> <my_split_archive_prefix>
- On windows use WinZip or a similar utility to split the large file
[21 Apr 2020 10:16]
Pravakar Panigrahi
[22 Apr 2020 5:01]
Pravakar Panigrahi
attached the standalone to repro the issue
Attachment: mysql_storedproc_standalone.cpp (text/plain), 4.87 KiB.