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:
None 
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

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:

[9 Aug 2023 6:20] Marcos Albe
Basic test of multiple scenarios where a reset is [not] needed

Attachment: PreparedStmtTest.java (application/octet-stream, text), 8.38 KiB.

[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.