Bug #89979 | GREATEST/LEAST function is inconsistent with time inside mysql function | ||
---|---|---|---|
Submitted: | 9 Mar 2018 9:56 | Modified: | 9 Mar 2018 13:54 |
Reporter: | Arjun Nair | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server | Severity: | S3 (Non-critical) |
Version: | 5.7.20 | OS: | Any (Oracle Linux Server release 7.4) |
Assigned to: | CPU Architecture: | Any (x86_64) | |
Tags: | FUNCTION, GREATEST, inconsistent, LEAST, MySQL |
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