Bug #67297 Unexpected behaviour on INSERT/UPDATE strings with non-BMP unicode characters
Submitted: 19 Oct 2012 10:57 Modified: 1 Jul 2013 9:59
Reporter: Marin Stavrev Email Updates:
Status: Verified Impact on me:
None 
Category:Connector / ODBC Severity:S2 (Serious)
Version:5.2.2 OS:Windows (Windows 2008 SP2 x64 )
Assigned to: Bogdan Degtyariov CPU Architecture:Any
Tags: ADO, ODBC

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:

[19 Oct 2012 10:58] Marin Stavrev
The test project to test the issue

Attachment: MySQLTests.rar (application/x-rar-compressed, text), 4.25 KiB.

[20 Feb 2014 22:02] Nigel Meachen
Updated UTF conversion routines to address errors in implementation

Attachment: unicode_transcode.c (text/plain), 6.44 KiB.