Bug #95423 | Prepared statements (server) return part results, cliient statements work | ||
---|---|---|---|
Submitted: | 20 May 2019 9:58 | Modified: | 6 Jul 2020 8:26 |
Reporter: | Graham Cotgreave | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | Connector / ODBC | Severity: | S3 (Non-critical) |
Version: | 8.0.16 | OS: | Windows (MYODBC8A.DLL) |
Assigned to: | CPU Architecture: | x86 | |
Tags: | connect, ODBC, prepared statements |
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
[20 May 2019 9:59]
Graham Cotgreave
[20 May 2019 9:59]
Graham Cotgreave
ODBC trace with client prepared statements
Attachment: trace_client_prep.log (application/octet-stream, text), 117.66 KiB.
[20 May 2019 10:00]
Graham Cotgreave
Wireshark capture Server Prepared statements
Attachment: mySQL_newdriver_server_prep.pcapng (application/octet-stream, text), 14.21 KiB.
[20 May 2019 10:01]
Graham Cotgreave
Wireshark capture Client Prepared statements
Attachment: mySQL_newdriver_client_side.pcapng (application/octet-stream, text), 13.48 KiB.