Bug #69100 | CAST in IF function fails in some case | ||
---|---|---|---|
Submitted: | 30 Apr 2013 9:53 | Modified: | 6 May 2013 20:11 |
Reporter: | Gabriel Delépine | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | MySQL Server: InnoDB storage engine | Severity: | S1 (Critical) |
Version: | 5.5.31-0, 5.5.30-1, 5.5.29-0, 5.5.25-1, 5.5.16, 5.5.30-1.1, 5.6.10, 5.0.97, 5.1.70, 5.5.29, 5.7.2 | OS: | Linux (Debian 6 / Debian 7 / Ubuntu 12.10 / Windows 8) |
Assigned to: | Assigned Account | CPU Architecture: | Any |
Tags: | cast fails, conditional, IF, order by, wrong value return |
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