Bug #4008 insert on duplicate fails depending on MERGE table INSERT_METHOD
Submitted: 4 Jun 2004 15:12 Modified: 25 Jun 2004 15:14
Reporter: Matthias Leich Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server Severity:S3 (Non-critical)
Version:4.1, 5.0 OS:Linux (Linux)
Assigned to: Sergei Golubchik 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:

[4 Jun 2004 15:28] Matthias Leich
positive case with INSERT_METHOD=FIRST

Attachment: ml_first.test (application/octet-stream, text), 670 bytes.

[4 Jun 2004 15:28] Matthias Leich
negative test case with INSERT_METHOD=LAST

Attachment: ml_last.test (application/octet-stream, text), 806 bytes.