Bug #73463 Out of memory error when concurrently write locking tables with triggers
Submitted: 4 Aug 2014 11:37 Modified: 5 Aug 2014 19:39
Reporter: István Rozsnyai Email Updates:
Status: Verified Impact on me:
None 
Category:MySQL Server: Locking Severity:S2 (Serious)
Version:5.5.36, 5.6.21 OS:Linux (Centos 5)
Assigned to: CPU Architecture:Any
Tags: oom out_of_memory lock trigger procedure, regresison

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:

[4 Aug 2014 11:38] István Rozsnyai
Test DB sql

Attachment: OOM.sql (text/x-sql), 4.81 KiB.

[4 Aug 2014 11:40] István Rozsnyai
perl script to reproduce

Attachment: mysql_OOM.pl (application/x-perl, text), 2.17 KiB.