Bug #28125 ERROR 2013 when adding index.
Submitted: 26 Apr 2007 18:38 Modified: 3 Aug 2007 16:34
Reporter: Daniel Parry Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: General Severity:S2 (Serious)
Version:5.0, 5.1 OS:Any
Assigned to: Ramil Kalimullin CPU Architecture:Any
Tags: assertion, Contribution, crash

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:

[22 May 2007 20:01] Shane Bester
testcase for 5.0.44

Attachment: thread_11732_init.sql (application/octet-stream, text), 2.43 KiB.

[30 May 2007 13:44] Vasil Dimov
Patch for fix the problem by always adjusting length to a multiple of mbmaxlen

Attachment: mysqlfix.diff (application/octet-stream, text), 1.33 KiB.