Bug #56287 | mysql5.1.50 crash when using Partition datetime in sub in query | ||
---|---|---|---|
Submitted: | 26 Aug 2010 11:50 | Modified: | 17 Dec 2010 5:05 |
Reporter: | li mohao | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Partitions | Severity: | S1 (Critical) |
Version: | 5.1.50, 5.1.51-bzr ,5.5.6 | OS: | Linux (suse 10 x64 and centos 5.5 x64) |
Assigned to: | Mattias Jonsson | CPU Architecture: | Any |
Tags: | mysq 5.5.6, mysql 5.1.47, mysql5.1.50 innodb_plugin |
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