Bug #22166 | Falcon: case insensitive table names | ||
---|---|---|---|
Submitted: | 9 Sep 2006 10:06 | Modified: | 26 May 2010 17:48 |
Reporter: | Georg Richter | Email Updates: | |
Status: | Unsupported | Impact on me: | |
Category: | MySQL Server: Falcon storage engine | Severity: | S3 (Non-critical) |
Version: | 5.2 | OS: | Linux (Linux) |
Assigned to: | CPU Architecture: | Any | |
Tags: | F_HANDLER |
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
[26 Aug 2008 13:52]
John Embretsen
[26 Aug 2008 14:06]
John Embretsen
Test result file corresponding to attached falcon_bug_22166.test.
Attachment: falcon_bug_22166.result (application/octet-stream, text), 211 bytes.