Bug #53251 mysql_library_init fails on second execution with embedded library
Submitted: 28 Apr 2010 13:11 Modified: 20 Oct 2010 2:16
Reporter: Harrison Fisk Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Embedded Library ( libmysqld ) Severity:S2 (Serious)
Version:5.5.4 OS:Linux (x86_64)
Assigned to: Alexey Botchkov CPU Architecture:Any
Tags: embedded, mysql_library_init, regression

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:

[28 Apr 2010 13:11] Harrison Fisk
test case

Attachment: main.cpp (text/plain), 1.75 KiB.

[28 Apr 2010 13:12] Harrison Fisk
Makefile for test case, run 'make', or 'make 50',

Attachment: Makefile (application/octet-stream, text), 815 bytes.