Bug #3721 create table .. select <constant> ... gives wrong table content
Submitted: 12 May 2004 0:12 Modified: 14 May 2004 20:23
Reporter: Matthias Leich Email Updates:
Status: Not a Bug Impact on me:
None 
Category:MySQL Server Severity:S3 (Non-critical)
Version:5.0 4.1 4.0 OS:
Assigned to: 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:

[12 May 2004 0:14] Matthias Leich
test case for mysql/mysqltest

Attachment: ml_err1.test (application/octet-stream, text), 1.73 KiB.

[12 May 2004 0:16] Matthias Leich
my (wrong) result with version 5.0

Attachment: ml_err1.result (application/octet-stream, text), 1.09 KiB.

[12 May 2004 0:17] Matthias Leich
the results I expect

Attachment: ml_err1.result.expected (application/octet-stream, text), 1.08 KiB.