Bug #44657 Got error 124 from storage engine when load concurrent data infile working
Submitted: 5 May 2009 7:14 Modified: 21 Aug 2009 14:46
Reporter: Igor Simonov Email Updates:
Status: Duplicate Impact on me:
None 
Category:MySQL Server: Partitions Severity:S1 (Critical)
Version:5.1.30, 5.1.34, 5.1.36 OS:Any (linux, windows)
Assigned to: Assigned Account CPU Architecture:Any
Tags: corruption

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:

[6 May 2009 12:41] Igor Simonov
create table and load data

Attachment: create.sql (application/octet-stream, text), 706 bytes.

[6 May 2009 12:42] Igor Simonov
error file

Attachment: mysql.local.err (application/octet-stream, text), 1.44 KiB.

[6 May 2009 12:43] Igor Simonov
mysqladmin variables

Attachment: mysqladmin.vari (application/octet-stream, text), 19.73 KiB.

[6 May 2009 12:43] Igor Simonov
configuration file

Attachment: my.cnf (application/octet-stream, text), 632 bytes.

[6 May 2009 12:44] Igor Simonov
mysql console

Attachment: screen.txt (text/plain), 4.65 KiB.

[9 Jun 2009 13:14] Shane Bester
.c testcase.  user/host/password at top of .c test.  first place the file "t1.txt" into the <datadir>/data/test directory

Attachment: bug44657.c (text/x-csrc), 6.79 KiB.

[9 Jun 2009 13:15] Shane Bester
t1.txt for load data infile to use.

Attachment: t1.zip (application/x-zip-compressed, text), 243.49 KiB.