Bug #107107 | Redundant "Reset stmt" when setting useServerPrepStmts&cachePrepStmts to true | ||
---|---|---|---|
Submitted: | 23 Apr 2022 4:00 | Modified: | 9 Jan 2024 18:48 |
Reporter: | Yuankai Xue | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | Connector / J | Severity: | S2 (Serious) |
Version: | 8.0.28, 8.0.33 | OS: | Any |
Assigned to: | CPU Architecture: | Any | |
Tags: | Contribution, prepared statement caches |
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
[9 Aug 2023 6:20]
Marcos Albe
[9 Aug 2023 6:28]
Marcos Albe
Prevoius patch we suggested did not covered some scenarios; This one should cover all of them.
Attachment: bug107107-contrib.patch (application/octet-stream, text), 1.16 KiB.
[9 Aug 2023 6:29]
Marcos Albe
(*) I confirm the code being submitted is offered under the terms of the OCA, and that I am authorized to contribute it.
Attachment: bug107107-contrib.patch (application/octet-stream, text), 1.16 KiB.