Bug #59546 | Assertion m_sp == __null fails in Item_func_sp::init_result_field with functions | ||
---|---|---|---|
Submitted: | 17 Jan 2011 10:43 | Modified: | 11 Nov 2011 18:24 |
Reporter: | John Embretsen | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Optimizer | Severity: | S1 (Critical) |
Version: | 5.0.93, 5.1.56, 5.5.9, 5.6.2-m5 | OS: | Any (Debug) |
Assigned to: | CPU Architecture: | Any | |
Tags: | pushbuild, rqg_pb2, sporadic |
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