Bug #42230 during add index, cannot do queries on storage engines that implement add_index
Submitted: 20 Jan 2009 22:02 Modified: 29 Jan 2011 23:05
Reporter: Zardosht Kasheff (OCA) Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server Severity:S3 (Non-critical)
Version:5.1.30 OS:Any
Assigned to: Jon Olav Hauglid CPU Architecture:Any
Tags: add_index, Contribution

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:

[24 Jul 2010 1:31] Zardosht Kasheff
I think the following patch solves the issue. Based of Sergey's comment

Attachment: 55528.diff (application/octet-stream, text), 1.14 KiB.

[24 Jul 2010 15:40] Zardosht Kasheff
patch as suggested by Davi Arnaut on internals alias

Attachment: 55528-version2.diff (application/octet-stream, text), 484 bytes.