Bug #40499 INSERT INTO t SELECT * FROM t does not work with myisam if binlogging is on
Submitted: 4 Nov 2008 13:26 Modified: 19 Nov 2008 20:10
Reporter: Sven Sandberg Email Updates:
Status: Not a Bug Impact on me:
None 
Category:MySQL Server: MyISAM storage engine Severity:S1 (Critical)
Version:5.1 OS:Any
Assigned to: Davi Arnaut CPU Architecture:Any
Tags: binlog, insert select, myisam

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 Nov 2008 15:28] Sven Sandberg
Debug traces from one good run and one bad run

Attachment: traces.zip (application/zip, text), 427.23 KiB.

[5 Nov 2008 9:01] Sven Sandberg
Debug traces from one good run and one bad run, forcing concurrent_insert = 1

Attachment: traces.zip (application/zip, text), 427.22 KiB.