Bug #35469 | server crash with LOAD DATA INFILE to a VIEW | ||
---|---|---|---|
Submitted: | 20 Mar 2008 20:36 | Modified: | 7 Apr 2008 17:35 |
Reporter: | Peter Laursen (Basic Quality Contributor) | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server | Severity: | S1 (Critical) |
Version: | 5.0.51a/5.1 | OS: | Any |
Assigned to: | Alexander Nozdrin | CPU Architecture: | Any |
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
[20 Mar 2008 20:38]
Peter Laursen
[20 Mar 2008 20:47]
Peter Laursen
correct image this time .. I hope!
Attachment: crash.jpg (image/jpeg, text), 103.32 KiB.
[20 Mar 2008 22:00]
Peter Laursen
image to be viewed in context of previous post
Attachment: incomplete.jpg (image/jpeg, text), 28.82 KiB.
[21 Mar 2008 5:20]
Miguel Solorzano
Crash with heap corruption
Attachment: heap-corruption.png (image/png, text), 115.00 KiB.