Bug #68278 Enabling dumpQueriesOnException clobbers any MySQLTimeoutException being thrown
Submitted: 5 Feb 2013 17:16 Modified: 2 Mar 2022 10:31
Reporter: Christopher Schultz Email Updates:
Status: Can't repeat Impact on me:
None 
Category:Connector / J Severity:S3 (Non-critical)
Version:5.1.23 OS:Any
Assigned to: Alexander Soklakov CPU Architecture:Any

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:

[5 Feb 2013 17:18] Christopher Schultz
Test case that shows the difference in SQLException type (and stack trace) between dumped versus non-dumped queries

Attachment: MySQLTest.java (text/x-java-source), 1.55 KiB.