Bug #57345 btr_pcur_store_position abort for load with concurrent lock/unlock tables
Submitted: 8 Oct 2010 20:42 Modified: 14 Dec 2010 19:25
Reporter: Victor Kirkebo Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: InnoDB storage engine Severity:S3 (Non-critical)
Version:5.1.52 OS:Any
Assigned to: Jimmy Yang 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:

[8 Oct 2010 20:45] Victor Kirkebo
script for reproducing the bug

Attachment: bug_test.tar.gz (application/x-gzip, text), 1009 bytes.

[10 Oct 2010 11:10] Victor Kirkebo
This test is using an insert/delete load while the table is being locked/unlocked

Attachment: bug57345_test.tar.gz (application/x-gzip, text), 1016 bytes.