Bug #60459 | Using default values of table fields when we do a left join table. | ||
---|---|---|---|
Submitted: | 14 Mar 2011 12:07 | Modified: | 14 Mar 2011 16:50 |
Reporter: | Jerzy Kruszyna-Kotulski | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server: Options | Severity: | S5 (Performance) |
Version: | OS: | Linux (Ubuntu 10.04) | |
Assigned to: | CPU Architecture: | Any | |
Tags: | default values, left join, using default values of fields |
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