Bug #62077 | Assign date/time type to user-defined variable changes type/charset/collation | ||
---|---|---|---|
Submitted: | 3 Aug 2011 19:50 | Modified: | 5 Aug 2011 16:18 |
Reporter: | tom worster | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | MySQL Server: General | Severity: | S3 (Non-critical) |
Version: | 5.5.11, 5.5.16 | OS: | Any |
Assigned to: | CPU Architecture: | Any | |
Tags: | charset, collation, regression, type, user variable, user-defined variable |
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
[3 Aug 2011 19:55]
tom worster
[3 Aug 2011 19:56]
tom worster
Demonstration of the bug
Attachment: test_script_output.txt (text/plain), 4.15 KiB.