Bug #31233 mysql_alter_table() fails to drop UNIQUE KEY
Submitted: 27 Sep 2007 12:29 Modified: 21 Oct 2008 17:44
Reporter: Marko Mäkelä Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: DDL Severity:S3 (Non-critical)
Version:5.1 OS:Any
Assigned to: Martin Skold 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:

[10 Oct 2007 13:28] Marko Mäkelä
Modifications to InnoDB files for repeating the bug

Attachment: bug31233-repeat.patch (text/x-diff), 3.16 KiB.

[10 Jan 2008 15:08] Martin Skold
Proposed patch for sql_table.cc

Attachment: bug31233-fix.patch (text/x-diff), 4.15 KiB.