-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BugFix] Fix chunk accumulator miss assign _max_size (#52579)
``` (java.sql.SQLException)(conn=143)Intermediate chunk size mustnot be greater than 1024,actually 4095 after 0-th operator spillable_org .mariadb.jdbc.export.ExceptionFactory.createException():299 org.mariadb.jdbc.export.ExceptionFactory.create():370 org .mariadb.jdbc.message.ClientMessage.readPacket():137org.mariadb.jdbc.client.impl.StandardClient.readPacket():840org .mariadb.jdbc.client.impl.StandardClient.readResults():779org.mariadb.jdbc.client.impl.StandardClient.readResponse():698org. mariadb.jdbc.client.impl.StandardClient.execute():641 org .mariadb.jdbc.client.impl.MultiPrimaryClient.execute():347 org.mariadb.jdbc.Statement.executelnternal():935 org.mariadb.jdbc.Statement.executeUpdate():917 ``` Signed-off-by: stdpain <[email protected]>
- Loading branch information
Showing
5 changed files
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters