Bug #72594 InnoDB in-place ALTER failures block future ALTERs
Submitted: 9 May 2014 16:59 Modified: 16 Jun 2014 5:22
Reporter: Jeremy Cole (Basic Quality Contributor) (OCA) Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: InnoDB storage engine Severity:S3 (Non-critical)
Version:5.6.17 OS:Any
Assigned to: CPU Architecture:Any
Tags: alter, in-place, innodb

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:

[9 May 2014 17:01] Jeremy Cole
Patch to add appropriate crash point.

Attachment: mysql_bug72594_crashpoint.txt (text/plain), 498 bytes.

[9 May 2014 17:01] Jeremy Cole
Test case exercising the problem.

Attachment: mysql_bug72594_test.txt (text/plain), 798 bytes.