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: | |
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 |
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:
- On *nix platforms use the split command e.g.
split -b 50MB <my_large_archive> <my_split_archive_prefix>
- On windows use WinZip or a similar utility to split the large file
[6 May 2009 12:41]
Igor Simonov
[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.