Bug #70927 Connector/J COM_CHANGE_USER handling is broken
Submitted: 16 Nov 2013 9:38 Modified: 5 May 2015 16:36
Reporter: István Tóth Email Updates:
Status: Closed Impact on me:
None 
Category:Connector / J Severity:S3 (Non-critical)
Version:5.1.27 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:

[16 Nov 2013 9:39] István Tóth
Suggested fix

Attachment: connectorJ-5.1.27-mariaDb.patch (text/x-diff), 756 bytes.

[16 Nov 2013 9:41] István Tóth
Test case

Attachment: MariaDBTestCase.java (text/x-java), 945 bytes.